From ff08d8eed17180a3d516681b439326b0aa726683 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Tue, 31 Mar 2015 09:55:21 +0000 Subject: [PATCH] Re-sync generated config messages with versions in SVN. --- opendj-server-legacy/src/admin/messages/FileBasedErrorLogPublisherCfgDefn.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/admin/messages/FileBasedErrorLogPublisherCfgDefn.properties b/opendj-server-legacy/src/admin/messages/FileBasedErrorLogPublisherCfgDefn.properties index ebd44ba..0cfd516 100644 --- a/opendj-server-legacy/src/admin/messages/FileBasedErrorLogPublisherCfgDefn.properties +++ b/opendj-server-legacy/src/admin/messages/FileBasedErrorLogPublisherCfgDefn.properties @@ -21,7 +21,7 @@ property.log-file-permissions.synopsis=The UNIX permissions of the log files created by this File Based Error Log Publisher . property.log-file-permissions.syntax.string.pattern.synopsis=A valid UNIX mode string. The mode string must contain three digits between zero and seven. 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... property.queue-size.synopsis=The maximum number of log records that can be stored in the asynchronous queue. -- Gitblit v1.10.0