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

This commit is contained in:
Sebastian Stenzel
2022-08-11 18:18:48 +02:00
parent ec7ad0f479
commit 2c2b208de7

View File

@@ -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);