publish access messages to the file system. ds-cfg-file-based-audit-log-publisher ds-cfg-access-log-publisher org.opends.server.loggers.TextAuditLogPublisher Indicates whether the will publish records asynchronously. true ds-cfg-asynchronous The maximum number of log records that can be stored in the asynchronous queue. Setting the queue size to zero activates parallel log writer implementation which has no queue size limit and as such the parallel log writer should only be used on a very well tuned server configuration to avoid potential out of memory errors. The must be restarted if this property is changed and the asynchronous property is set to true. 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. .* FILE A path to an existing file that is readable by the server. 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