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

boli
20.39.2007 ed52de83864f22728e50d5f84b7d2aadb0695168
opendj-sdk/opends/src/server/org/opends/server/loggers/debug/DebugConfiguration.java
@@ -227,7 +227,7 @@
  {
    String enabledProp = System.getProperty(PROPERTY_DEBUG_ENABLED);
    if(DynamicConstants.DEBUG_BUILD && (enabledProp != null &&
    if(DynamicConstants.WEAVE_ENABLED && (enabledProp != null &&
        (enabledProp.startsWith("T") || enabledProp.startsWith("t") ||
            enabledProp.startsWith("Y") || enabledProp.startsWith("y"))))
    {