From 5f6cd1f329ea3687c4c05b9ec1c551979ee2d757 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Fri, 21 Sep 2007 17:56:30 +0000
Subject: [PATCH] The valid set of categories and severities have changed since the messaging refactory. The error logger wiki page (https://www.opends.org/wiki//page/TheErrorLogger) is updated to reflect the new names. The configuration definition is also changed to reflect the new names.

---
 opends/src/admin/defn/org/opends/server/admin/std/ErrorLogPublisherConfiguration.xml |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/ErrorLogPublisherConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/ErrorLogPublisherConfiguration.xml
index f8aa475..7b09aed 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/ErrorLogPublisherConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/ErrorLogPublisherConfiguration.xml
@@ -147,6 +147,13 @@
             processing.
           </adm:synopsis>
         </adm:value>
+        <adm:value name="debug">
+          <adm:synopsis>
+            The error log severity that will be used for messages that
+            provide debugging information triggered during
+            processing.
+          </adm:synopsis>
+        </adm:value>
       </adm:enumeration>
     </adm:syntax>
     <adm:profile name="ldap">
@@ -162,7 +169,12 @@
       Property to specify the override severity levels for the logger
       based on the category of the messages. Each override severity
       level should include the category and the severity levels to log
-      for that category. (i.e., core-server=mild_error,info,mild_warning).
+      for that category. (i.e., 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.
     </adm:synopsis>
     <adm:default-behavior>
       <adm:alias>

--
Gitblit v1.10.0