Java Policy Agents 5.9.1

Agent Debug Level

Specifies the agent debugging level.

Not all containers capture all messages logged to the standard output, and warnings or critical errors can easily disappear forever.

Property name

org.forgerock.agents.debug.level

Property aliases

com.iplanet.services.debug.level (since 5.0)

org.forgerock.agents.debug.level (since 5.6)

Supported settings

OFF

No logging is performed, except for critical errors which cannot be disabled.

ERROR

Only errors are logged.

WARNING

Only errors and warnings are logged.

MESSAGE

Errors, warnings, and informative messages are logged.

TRACE

The highest level of logging available. Do not use for long periods in production environments.

ON

The highest level of logging. Logs are written to the standard output instead of to a log file. Your container must be able to cope with this.

Default

ERROR

Bootstrap property

No

Required property

No

Restart required

No

Local configuration file

AgentConfig.properties

AM console tab

Global

Copyright © 2010-2023 ForgeRock, all rights reserved.