Skip to content

Commit 5a873ed

Browse files
committed
Disable logger name mismatching logic that won't work anymore for us.
Correction for aecaca2 commit. Fix #628
1 parent 3878ba2 commit 5a873ed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/ru/mystamps/web/support/spring/boot/ApplicationBootstrap.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ public class ApplicationBootstrap {
4545
public static void main(String... args) {
4646
System.setProperty("java.awt.headless", "true");
4747

48-
// @see http://www.slf4j.org/codes.html#loggerNameMismatch
49-
System.setProperty("slf4j.detectLoggerNameMismatch", "true");
50-
5148
ConfigurableApplicationContext context =
5249
SpringApplication.run(ApplicationBootstrap.class, args);
5350

0 commit comments

Comments
 (0)