Set off logger by default.
This commit is contained in:
parent
c00b1ddcd8
commit
96cbfb1062
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue