publish debug messages to the file system.
ds-cfg-file-based-debug-log-publisher
ds-cfg-debug-log-publisher
org.opends.server.loggers.debug.TextDebugLogPublisher
Indicates whether the
will publish records asynchronously.
false
ds-cfg-asynchronous
The maximum number of log records that can be stored in the
asynchronous queue.
5000
ds-cfg-queue-size
The file name to use for the log files generated by the
.
The path to the file is relative to the server root.
ds-cfg-log-file
The UNIX permissions of the log files created by this
.
640
^([0-7][0-7][0-7])$
MODE
A valid UNIX mode string. The mode string must contain
three digits between zero and seven.
ds-cfg-log-file-permissions
Specifies the interval at which to check whether the log files
need to be rotated.
5s
ds-cfg-time-interval
Specifies the log file buffer size.
64kb
ds-cfg-buffer-size
Specifies whether to flush the writer after every log record.
If the asynchronous writes option is used, the writer is
flushed after all the log records in the queue are written.
true
ds-cfg-auto-flush
Specifies whether to append to existing log files.
true
ds-cfg-append
The rotation policy to use for the
.
When multiple policies are used, rotation will occur if any
policy's conditions are met.
No rotation policy is used and log rotation will not occur.
ds-cfg-rotation-policy
The retention policy to use for the
.
When multiple policies are used, log files are cleaned when
any of the policy's conditions are met.
No retention policy is used and log files are never
cleaned.
ds-cfg-retention-policy