We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c3c22 commit 2cd06abCopy full SHA for 2cd06ab
misc/log4j/src/main/java/org/openscience/cdk/tools/LoggingTool.java
@@ -150,6 +150,8 @@ public LoggingTool(Class<?> classInst) {
150
// with starting java like "java -Dcdk.debugging=true"
151
if (System.getProperty("cdk.debugging", "false").equals("true")) {
152
log4jLogger.setLevel(Level.DEBUG);
153
+ } else {
154
+ log4jLogger.setLevel(Level.WARN);
155
}
156
if (System.getProperty("cdk.debug.stdout", "false").equals("true")) {
157
toSTDOUT = true;
0 commit comments