1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-08-13 16:53:51 -04: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:
mguessan 2010-01-19 15:16:46 +00:00
parent 1df26cdd64
commit 8911534afb

View File

@ -64,6 +64,7 @@ public final class Settings {
*/
public static synchronized void load(InputStream inputStream) throws IOException {
SETTINGS.load(inputStream);
updateLoggingConfig();
}
/**