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/defn/org/opends/server/admin/std/ErrorLogPublisherConfiguration.xml | 45 +++++++++++----------------------------------
1 files changed, 11 insertions(+), 34 deletions(-)
diff --git a/opendj3-server-dev/src/admin/defn/org/opends/server/admin/std/ErrorLogPublisherConfiguration.xml b/opendj3-server-dev/src/admin/defn/org/opends/server/admin/std/ErrorLogPublisherConfiguration.xml
index c116c77..673a928 100644
--- a/opendj3-server-dev/src/admin/defn/org/opends/server/admin/std/ErrorLogPublisherConfiguration.xml
+++ b/opendj3-server-dev/src/admin/defn/org/opends/server/admin/std/ErrorLogPublisherConfiguration.xml
@@ -23,7 +23,7 @@
!
!
! Copyright 2007-2008 Sun Microsystems, Inc.
- ! Portions copyright 2013 ForgeRock AS
+ ! Portions copyright 2013-2014 ForgeRock AS
! -->
<adm:managed-object name="error-log-publisher"
plural-name="error-log-publishers"
@@ -37,7 +37,7 @@
logger to a destination.
</adm:synopsis>
<adm:description>
- Error log messages provide information about any warnings, errors,
+ Error log messages provide information about any warnings, errors,
or significant events that are encountered during server processing.
</adm:description>
<adm:profile name="ldap">
@@ -62,9 +62,8 @@
</adm:synopsis>
<adm:default-behavior>
<adm:defined>
- <adm:value>fatal-error</adm:value>
- <adm:value>severe-warning</adm:value>
- <adm:value>severe-error</adm:value>
+ <adm:value>error</adm:value>
+ <adm:value>warning</adm:value>
</adm:defined>
</adm:default-behavior>
<adm:syntax>
@@ -83,10 +82,10 @@
category.
</adm:synopsis>
</adm:value>
- <adm:value name="fatal-error">
+ <adm:value name="error">
<adm:synopsis>
The error log severity that is used for messages that
- provide information about fatal errors which may force the
+ provide information about errors which may force the
server to shut down or operate in a significantly degraded
state.
</adm:synopsis>
@@ -98,17 +97,10 @@
server that are not warnings or errors.
</adm:synopsis>
</adm:value>
- <adm:value name="mild-error">
+ <adm:value name="warning">
<adm:synopsis>
The error log severity that is used for messages that
- provide information about mild (recoverable) errors
- encountered during processing.
- </adm:synopsis>
- </adm:value>
- <adm:value name="mild-warning">
- <adm:synopsis>
- The error log severity that is used for messages that
- provide information about mild warnings triggered during
+ provide information about warnings triggered during
processing.
</adm:synopsis>
</adm:value>
@@ -120,20 +112,6 @@
warning or error condition).
</adm:synopsis>
</adm:value>
- <adm:value name="severe-error">
- <adm:synopsis>
- The error log severity that is used for messages that
- provide information about severe errors encountered during
- processing.
- </adm:synopsis>
- </adm:value>
- <adm:value name="severe-warning">
- <adm:synopsis>
- The error log severity that is used for messages that
- provide information about severe warnings triggered during
- processing.
- </adm:synopsis>
- </adm:value>
<adm:value name="debug">
<adm:synopsis>
The error log severity that is used for messages that
@@ -159,13 +137,12 @@
</adm:synopsis>
<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,
+ 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, fatal-error, info, mild-error, mild-warning, notice,
- severe-error, severe-warning, debug.
+ are: all, error, info, warning, notice, debug.
</adm:description>
<adm:default-behavior>
<adm:alias>
--
Gitblit v1.10.0