---
title: Audit Log Location
description: The location where the agent logs audit messages. If Audit Access Types is LOG_NONE, this property has no effect.
component: java-agents
version: 2025.11
page_id: java-agents:properties-reference:org.forgerock.agents.audit.where
canonical_url: https://docs.pingidentity.com/java-agents/2025.11/properties-reference/org.forgerock.agents.audit.where.html
---

# Audit Log Location

The location where the agent logs audit messages. If [Audit Access Types](org.forgerock.agents.audit.what.html) is `LOG_NONE`, this property has no effect.

|                          |                                                                                                                                                                                                                         |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Property name            | `org.forgerock.agents.audit.where`                                                                                                                                                                                      |
| Aliases                  | `com.sun.identity.agents.config.log.disposition`   Introduced in Java Agent 5.0   [Recognized](preface.html#how_am_manages_multiple_aliases) from AM 6`org.forgerock.agents.audit.where`   Introduced in Java Agent 5.6 |
| Function                 | Audit                                                                                                                                                                                                                   |
| Supported settings       | * NONE

  Don't audit anything, anywhere.

* LOCAL

  Audit locally only.

* REMOTE

  Audit remotely only.

* ALL

  Audit both locally and remotely.                                                                  |
| Default                  | `NONE`                                                                                                                                                                                                                  |
| Bootstrap property       | No                                                                                                                                                                                                                      |
| Required property        | No                                                                                                                                                                                                                      |
| Restart required         | No                                                                                                                                                                                                                      |
| Local configuration file | `AgentConfig.properties`                                                                                                                                                                                                |
| AM console               | Tab: `Global`Title: `Audit Log Location`                                                                                                                                                                                |
