Commit c4756e90 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.1.x'

parents 3f3966ad f46894df
......@@ -104,6 +104,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