From 6759e7affbf848d7fec452a22a693709656153ec Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 18 May 2015 15:52:03 +0000
Subject: [PATCH] Reinstating final change which was lost at r11917 .
---
opendj-sdk/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ErrorLogPublisherConfiguration.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ErrorLogPublisherConfiguration.xml b/opendj-sdk/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ErrorLogPublisherConfiguration.xml
index 0bc9d57..b26c796 100644
--- a/opendj-sdk/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ErrorLogPublisherConfiguration.xml
+++ b/opendj-sdk/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ErrorLogPublisherConfiguration.xml
@@ -23,7 +23,7 @@
!
!
! Copyright 2007-2008 Sun Microsystems, Inc.
- ! Portions copyright 2013-2014 ForgeRock AS
+ ! Portions copyright 2013-2015 ForgeRock AS
! -->
<adm:managed-object name="error-log-publisher"
plural-name="error-log-publishers"
@@ -138,7 +138,7 @@
<adm: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,
+ 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
--
Gitblit v1.10.0