define the types of messages logged by the debug logPublisher.
ds-cfg-debug-target
top
The fully-qualified OpenDS Java package, class, or method affected by
the settings in this target definition. Use the number character (#) to
separate the class name and the method name.
(ie. org.opends.server.core.DirectoryServer#startUp)
^([A-Za-z][A-Za-z0-9_]*\\.)*[A-Za-z][A-Za-z0-9_]*(#[A-Za-z][A-Za-z0-9_]*)?$
JAVA_NAME
A fully-qualified OpenDS Java package, class, or method name.
ds-cfg-debug-scope
The lowest severity level of debug messages to log.
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-debug-level
The debug message categories to be logged.
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-debug-category
Property to indicate whether to include method arguments in debug
messages.
false
ds-cfg-omit-method-entry-arguments
Property to indicate whether to include the return value in debug
messages.
false
ds-cfg-omit-method-return-value
Property to indicate whether to include the cause of exceptions in
exception thrown and caught messages.
false
ds-cfg-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-throwable-stack-frames