are responsible for distributing debug log messages from the debug
logger to a destination.
ds-cfg-debug-log-publisher
ds-cfg-log-publisher
cn=Debug Targets
The fully-qualified name of the Java class that provides the
implementation.
org.opends.server.api.DebugLogPublisher
ds-cfg-java-class
The lowest severity level of debug messages to log when none of
the defined targets match the message.
No messages will be logged.
Messages with severity level of ERROR or higher will be
logged.
Messages with severity level of WARNING or higher will be
logged.
Messages with severity level of INFO or higher will be
logged.
Messages with severity level of VERBOSE or higher will be
logged.
Messages with any severity level will be logged.
ds-cfg-default-debug-level
The debug message categories to be logged when none of the
defined targets match the message.
Messages with any category will be logged if they have a sufficient
debug level.
Exception caught.
Constructor entry.
Raw data dump.
Access to a backend database.
Method entry.
Method exit.
Arbitrary debug message.
Protocol element dump.
Exception throw from method.
ds-cfg-default-debug-category
Property to indicate whether to include method arguments in debug
messages logged by default.
false
ds-cfg-default-omit-method-entry-arguments
Property to indicate whether to include the return value in debug
messages logged by default.
false
ds-cfg-default-omit-method-return-value
Property to indicate whether to include the cause of exceptions in
exception thrown and caught messages logged by default.
false
ds-cfg-default-include-throwable-cause
Property to indicate the number of stack frames to include in the
stack trace for method entry and exception thrown messages.
0
ds-cfg-default-throwable-stack-frames