We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526b716 commit 294f37cCopy full SHA for 294f37c
src/main/java/org/scijava/log/AbstractLogService.java
@@ -78,7 +78,7 @@ public AbstractLogService() {
78
if (level >= 0) setLevel(level);
79
80
if (getLevel() == 0) {
81
- // use the default, which is WARN unless the DEBUG env. variable is set
+ // use the default, which is INFO unless the DEBUG env. variable is set
82
setLevel(System.getenv("DEBUG") == null ? INFO : DEBUG);
83
}
84
0 commit comments