Configuration Reference Home
OpenDJ Server - Debug Log Publisher

Debug Log Publisher

Note: this is an abstract component, that cannot be instantiated.

Debug Log Publishers 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.

Direct Subcomponents

The following Debug Log Publishers are available in the server :

These Debug Log Publishers inherit from the properties described below.

Parent Component

The Debug Log Publisher component inherits from the Log Publisher

Relations From this Component

The following components have a direct COMPOSITION relation FROM Debug Log Publishers :

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ default-debug-exceptions-only  None
↓ default-include-throwable-cause
↓ default-omit-method-entry-arguments
↓ default-omit-method-return-value
↓ default-throwable-stack-frames
↓ enabled
↓ java-class

Basic Properties

default-debug-exceptions-only

Description
Indicates whether only logs with exception should be logged.
Default Value
false
Allowed Values
true
false
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No

default-include-throwable-cause

Description
Indicates whether to include the cause of exceptions in exception thrown and caught messages logged by default.
Default Value
true
Allowed Values
true
false
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No

default-omit-method-entry-arguments

Description
Indicates whether to include method arguments in debug messages logged by default.
Default Value
false
Allowed Values
true
false
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No

default-omit-method-return-value

Description
Indicates whether to include the return value in debug messages logged by default.
Default Value
false
Allowed Values
true
false
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No

default-throwable-stack-frames

Description
Indicates the number of stack frames to include in the stack trace for method entry and exception thrown messages.
Default Value
2147483647
Allowed Values
An integer value. Lower value is 0. Upper value is 2147483647 .
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No

enabled

Description
Indicates whether the Log Publisher is enabled for use.
Default Value
None
Allowed Values
true
false
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

java-class

Description
The fully-qualified name of the Java class that provides the Debug Log Publisher implementation.
Default Value
org.opends.server.loggers.DebugLogPublisher
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.loggers.LogPublisher
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No