Browse Source

no need to reset anything, since there is no previous config

Sebastian Stenzel 2 năm trước cách đây
mục cha
commit
2c2b208de7

+ 0 - 2
src/main/java/org/cryptomator/logging/LogbackConfigurator.java

@@ -62,8 +62,6 @@ public class LogbackConfigurator extends ContextAwareBase implements Configurato
 		if (useCustomCfg) {
 			addInfo("Using external logback configuration file.");
 		} else {
-			context.reset();
-
 			// configure appenders:
 			var stdout = stdOutAppender(context);
 			var noop = noopAppender(context);