Skip to content

Commit c4756e9

Browse files
committed
Merge branch '2.1.x'
2 parents 3f3966a + f46894d commit c4756e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackLoggingSystemTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ public void setup() {
104104
public void clear() {
105105
super.clear();
106106
this.loggingSystem.cleanUp();
107+
((LoggerContext) StaticLoggerBinder.getSingleton().getLoggerFactory()).stop();
107108
}
108109

109110
@Test

0 commit comments

Comments
 (0)