Set off logger by default.

This commit is contained in:
Christian P. MOMON 2021-05-03 11:36:03 +02:00
parent c00b1ddcd8
commit 96cbfb1062
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public final class LogarLauncher
else
{
BasicConfigurator.configure(new ConsoleAppender(new EnhancedPatternLayout("%m%n")));
org.apache.log4j.Logger.getRootLogger().setLevel(Level.INFO);
org.apache.log4j.Logger.getRootLogger().setLevel(Level.OFF);
}
// Run.