mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-14 11:42:23 -05:00
Fix logging settings handling in webapp mode
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@915 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
1df26cdd64
commit
8911534afb
@ -64,6 +64,7 @@ public final class Settings {
|
||||
*/
|
||||
public static synchronized void load(InputStream inputStream) throws IOException {
|
||||
SETTINGS.load(inputStream);
|
||||
updateLoggingConfig();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user