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/ErrorLogPublisherCfgDefn.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/admin/messages/ErrorLogPublisherCfgDefn.properties b/opendj-server-legacy/src/admin/messages/ErrorLogPublisherCfgDefn.properties index 432a09f..888534c 100644 --- a/opendj-server-legacy/src/admin/messages/ErrorLogPublisherCfgDefn.properties +++ b/opendj-server-legacy/src/admin/messages/ErrorLogPublisherCfgDefn.properties @@ -13,6 +13,6 @@ 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... -- Gitblit v1.10.0