Commit f46894df authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.0.x' into 2.1.x

parents 9963ed12 17a1b282
...@@ -107,6 +107,7 @@ public class LogbackLoggingSystemTests extends AbstractLoggingSystemTests { ...@@ -107,6 +107,7 @@ public class LogbackLoggingSystemTests extends AbstractLoggingSystemTests {
public void clear() { public void clear() {
super.clear(); super.clear();
this.loggingSystem.cleanUp(); this.loggingSystem.cleanUp();
((LoggerContext) StaticLoggerBinder.getSingleton().getLoggerFactory()).stop();
} }
@Test @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