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

boli
08.38.2007 d4c325aa498def8cab30360b605ca93e953a7333
opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -2250,6 +2250,24 @@
  /**
   * 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 column at which to wrap long lines of output in the command-line tools.
   */
  public static final int MAX_LINE_WIDTH = 79;