mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-05 18:58:02 -05:00
Fix regression: disable console appender in gui mode
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2082 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
1a6c2a96f5
commit
a20c3cd666
@ -271,7 +271,7 @@ public final class Settings {
|
||||
if (!Settings.getBooleanProperty("davmail.server")) {
|
||||
ConsoleAppender consoleAppender = (ConsoleAppender) rootLogger.getAppender("ConsoleAppender");
|
||||
if (consoleAppender != null) {
|
||||
//consoleAppender.setThreshold(Level.OFF);
|
||||
consoleAppender.setThreshold(Level.OFF);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user