publish error messages to the file system.
ds-cfg-file-based-error-log-publisher
ds-cfg-error-log-publisher
org.opends.server.loggers.TextErrorLogPublisher
Indicate whether the
will publish records asynchronously.
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
.
^([0-7][0-7][0-7])$
MODE
An valid UNIX mode string. The mode string must contain three
digits between zero and seven.
ds-cfg-log-file-permissions
This property specifies the interval to check whether
the log files need to be rotated.
5s
ds-cfg-time-interval
This property specifies the log file buffer size.
64kb
ds-cfg-buffer-size
This property specifies whether to flush the writer after every log
record. If the asynchronous writes option is used, the writer will
be flushed after all the log records in the queue are written.
true
ds-cfg-auto-flush
This property 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 will be cleaned when any of the
policy's conditions are met
No retention policy is used and log files will never be cleaned.
ds-cfg-retention-policy