mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-19 19:21:27 +00:00
no need to reset anything, since there is no previous config
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user