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

Nicolas Capponi
28.34.2014 1d5d1a6a4a0a58d6bb4803527dacb6641c027816
opendj3-server-dev/src/server/org/opends/server/loggers/debug/TraceSettings.java
@@ -92,6 +92,15 @@
  private DebugTargetCfg currentConfig;
  /**
   * Construct new trace settings with default values.
   */
  public TraceSettings()
  {
    this(DebugLogLevel.VERBOSE, null, false, false, 0, false);
  }
  /**
   * Construct new trace settings at the specified log level.
   *
   * @param level the log level for this setting.
@@ -254,8 +263,6 @@
      //Touch DebugLogLevel and DebugLogCategory so they are statically
      //initialized or parse will not see all the levels/categories.
      LogLevel level = DebugLogLevel.ERROR;
      LogCategory categoryStub = DebugLogCategory.MESSAGE;
      Set<LogCategory> includeCategories = null;
      boolean noArgs = false;
      boolean noRetVal = false;