We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d372cd commit 43ed1d8Copy full SHA for 43ed1d8
test/framework/src/main/java/org/elasticsearch/test/ESTestCase.java
@@ -219,6 +219,7 @@ public void append(LogEvent event) {
219
220
// shutdown hook so that when the test JVM exits, logging is shutdown too
221
Runtime.getRuntime().addShutdownHook(new Thread(() -> {
222
+ leakAppender.stop();
223
LoggerContext context = (LoggerContext) LogManager.getContext(false);
224
Configurator.shutdown(context);
225
}));
0 commit comments