Isolate LoggerContext state to each test
Closes gh-16162
This commit is contained in:
@@ -106,6 +106,7 @@ public class LogbackLoggingSystemTests extends AbstractLoggingSystemTests {
|
||||
public void clear() {
|
||||
super.clear();
|
||||
this.loggingSystem.cleanUp();
|
||||
((LoggerContext) StaticLoggerBinder.getSingleton().getLoggerFactory()).stop();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user