are responsible for distributing debug log messages from the debug logger to a destination. Debug log messages provide information that can be used for debugging or troubleshooting problems in the server, or for providing more detailed information about the processing that the server performs. ds-cfg-debug-log-publisher ds-cfg-log-publisher cn=Debug Targets org.opends.server.api.DebugLogPublisher The lowest severity level of debug messages to log when none of the defined targets match the message. error 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 Indicates whether to include method arguments in debug messages logged by default. false ds-cfg-default-omit-method-entry-arguments Indicates whether to include the return value in debug messages logged by default. false ds-cfg-default-omit-method-return-value Indicates whether to include the cause of exceptions in exception thrown and caught messages logged by default. true ds-cfg-default-include-throwable-cause Indicates the number of stack frames to include in the stack trace for method entry and exception thrown messages. 2147483647 ds-cfg-default-throwable-stack-frames