Set off logger by default.
This commit is contained in:
parent
c00b1ddcd8
commit
96cbfb1062
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user