Commit 17a1b282 authored by Andy Wilkinson's avatar Andy Wilkinson

Isolate LoggerContext state to each test

Closes gh-16162
parent 83216c34
......@@ -106,6 +106,7 @@ public class LogbackLoggingSystemTests extends AbstractLoggingSystemTests {
public void clear() {
super.clear();
this.loggingSystem.cleanUp();
((LoggerContext) StaticLoggerBinder.getSingleton().getLoggerFactory()).stop();
}
@Test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment