are responsible for distributing error log messages from the error logger to a destination. Error log messages provide information about any warnings, errors, or significant events that are encountered during server processing. ds-cfg-error-log-publisher ds-cfg-log-publisher org.opends.server.api.ErrorLogPublisher Specifies the default severity levels for the logger. fatal-error severe-warning severe-error Messages of all severity levels are logged. No messages of any severity are logged by default. This value is intended to be used in conjunction with the override-severity property to define an error logger that will publish no error message beside the errors of a given category. The error log severity that is used for messages that provide information about fatal errors which may force the server to shut down or operate in a significantly degraded state. The error log severity that is used for messages that provide information about significant events within the server that are not warnings or errors. The error log severity that is used for messages that provide information about mild (recoverable) errors encountered during processing. The error log severity that is used for messages that provide information about mild warnings triggered during processing. The error log severity that is used for the most important informational messages (i.e., information that should almost always be logged but is not associated with a warning or error condition). The error log severity that is used for messages that provide information about severe errors encountered during processing. The error log severity that is used for messages that provide information about severe warnings triggered during processing. The error log severity that is used for messages that provide debugging information triggered during processing. ds-cfg-default-severity This should be split into per-category properties whose value defaults to the default-severity. See issue 2503. Specifies the override severity levels for the logger based on the category of the messages. Each override severity level should include the category and the severity levels to log for that category, for example, core=mild-error,info,mild-warning. Valid categories are: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Valid severities are: all, fatal-error, info, mild-error, mild-warning, notice, severe-error, severe-warning, debug. All messages with the default severity levels are logged. .* STRING A string in the form category=severity1,severity2... ds-cfg-override-severity