| | |
| | | property.enabled.synopsis=Indicates whether the Error Log Publisher is enabled for use. |
| | | property.java-class.synopsis=The fully-qualified name of the Java class that provides the Error Log Publisher implementation. |
| | | property.override-severity.synopsis=Specifies the override severity levels for the logger based on the category of the messages. |
| | | property.override-severity.description=Each override severity level should include the category and the severity levels to log for that category, for example, core=error,info,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, error, info, warning, notice, debug. |
| | | property.override-severity.description=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, error, info, warning, notice, debug. |
| | | property.override-severity.default-behavior.alias.synopsis=All messages with the default severity levels are logged. |
| | | property.override-severity.syntax.string.pattern.synopsis=A string in the form category=severity1,severity2... |