mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
03.55.2007 d755882f59202fe62b2ad5a141b3c044c1898aa6
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";
  /**