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

boli
03.55.2007 6dc91f889744c17a9a0d8a7c92276b62dea25941
opendj-sdk/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";
  /**