are responsible for distributing error log messages from the error logger to a destination. ds-cfg-error-log-publisher ds-cfg-log-publisher The fully-qualified name of the Java class that provides the implementation. org.opends.server.api.ErrorLogPublisher ds-cfg-java-class Property to specify the default severity levels for the logger. Severities fatal-error, severe-warning, and severe-error will be used for the logger. Messages of all severity levels will be logged. No messages of any severity will be 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 will be 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 will be used for messages that provide information about significant events within the server that are not warnings or errors. The error log severity that will be used for messages that provide information about mild (recoverable) errors encountered during processing. The error log severity that will be used for messages that provide information about mild warnings triggered during processing. The error log severity that will be 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 will be used for messages that provide information about severe errors encountered during processing. The error log severity that will be used for messages that provide information about severe warnings triggered during processing. The error log severity that will be used for messages that provide debugging information triggered during processing. ds-cfg-default-severity Property to specify 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. (i.e., 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 will be logged. ds-cfg-override-severity