From d755882f59202fe62b2ad5a141b3c044c1898aa6 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Thu, 03 May 2007 21:55:23 +0000
Subject: [PATCH] Major changes made to the logging framework. It should resolve the following issues:

---
 opends/src/server/org/opends/server/util/ServerConstants.java |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/opends/src/server/org/opends/server/util/ServerConstants.java b/opends/src/server/org/opends/server/util/ServerConstants.java
index 50faed6..550b66d 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -2446,21 +2446,19 @@
 
 
   /**
-   * The name of the system property that can be used to enable or disable
-   * the debug logger on startup.
-   */
-  public static final String PROPERTY_DEBUG_ENABLED =
-      "org.opends.server.debug.enabled";
-
-
-
-  /**
    * The name of the system property that can be used to specify a target
    * for the debug logger on startup.
    */
   public static final String PROPERTY_DEBUG_TARGET =
       "org.opends.server.debug.target";
 
+  /**
+   * The name of the system property that can be used to specify a level
+   * for the error logger on startup.
+   */
+  public static final String PROPERTY_ERROR_LEVEL =
+      "org.opends.server.error.level";
+
 
 
   /**

--
Gitblit v1.10.0