We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3878ba2 commit 5a873edCopy full SHA for 5a873ed
src/main/java/ru/mystamps/web/support/spring/boot/ApplicationBootstrap.java
@@ -45,9 +45,6 @@ public class ApplicationBootstrap {
45
public static void main(String... args) {
46
System.setProperty("java.awt.headless", "true");
47
48
- // @see http://www.slf4j.org/codes.html#loggerNameMismatch
49
- System.setProperty("slf4j.detectLoggerNameMismatch", "true");
50
-
51
ConfigurableApplicationContext context =
52
SpringApplication.run(ApplicationBootstrap.class, args);
53
0 commit comments