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