From 407c33f7cfd2c6afe3fb304fb0efbb983e0b317b Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Mon, 10 Feb 2014 10:43:22 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-1288 :    Migrate I18n and logging support to i18n framework and SLF4J

---
 opendj3-server-dev/src/admin/messages/ErrorLogPublisherCfgDefn.properties |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/opendj3-server-dev/src/admin/messages/ErrorLogPublisherCfgDefn.properties b/opendj3-server-dev/src/admin/messages/ErrorLogPublisherCfgDefn.properties
index ae05071..432a09f 100644
--- a/opendj3-server-dev/src/admin/messages/ErrorLogPublisherCfgDefn.properties
+++ b/opendj3-server-dev/src/admin/messages/ErrorLogPublisherCfgDefn.properties
@@ -5,17 +5,14 @@
 property.default-severity.synopsis=Specifies the default severity levels for the logger.
 property.default-severity.syntax.enumeration.value.all.synopsis=Messages of all severity levels are logged.
 property.default-severity.syntax.enumeration.value.debug.synopsis=The error log severity that is used for messages that provide debugging information triggered during processing.
-property.default-severity.syntax.enumeration.value.fatal-error.synopsis=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.
+property.default-severity.syntax.enumeration.value.error.synopsis=The error log severity that is used for messages that provide information about errors which may force the server to shut down or operate in a significantly degraded state.
 property.default-severity.syntax.enumeration.value.info.synopsis=The error log severity that is used for messages that provide information about significant events within the server that are not warnings or errors.
-property.default-severity.syntax.enumeration.value.mild-error.synopsis=The error log severity that is used for messages that provide information about mild (recoverable) errors encountered during processing.
-property.default-severity.syntax.enumeration.value.mild-warning.synopsis=The error log severity that is used for messages that provide information about mild warnings triggered during processing.
 property.default-severity.syntax.enumeration.value.none.synopsis=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.
 property.default-severity.syntax.enumeration.value.notice.synopsis=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).
-property.default-severity.syntax.enumeration.value.severe-error.synopsis=The error log severity that is used for messages that provide information about severe errors encountered during processing.
-property.default-severity.syntax.enumeration.value.severe-warning.synopsis=The error log severity that is used for messages that provide information about severe warnings triggered during processing.
+property.default-severity.syntax.enumeration.value.warning.synopsis=The error log severity that is used for messages that provide information about warnings triggered during processing.
 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=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.
+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.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...

--
Gitblit v1.10.0