From c08575b5d155b34529c402d7e5398e77abc49117 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 20 Aug 2007 08:04:16 +0000
Subject: [PATCH] These changes rovides the ability to repair the consistency in the replication topology in the (hopefully) rare case when hardware failure or software bugs could break it (issue 788 and 791)

---
 opends/src/admin/defn/org/opends/server/admin/std/ErrorLogPublisherConfiguration.xml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 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 e4548ec..067875c 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
@@ -57,6 +57,15 @@
             Messages of all severity levels will be logged.
           </adm:synopsis>
         </adm:value>
+        <adm:value name="none">
+          <adm:synopsis>
+            No messages of any severity will be 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.
+          </adm:synopsis>
+        </adm:value>
         <adm:value name="fatal-error">
           <adm:synopsis>
             The error log severity that will be used for messages that

--
Gitblit v1.10.0