You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SLF4JBridgeHandler.install will not run because the isJulUsingASingleConsoleHandlerAtMost method is false at runtime on org.springframework.boot.logging.Slf4JLoggingSystem class configureJdkLoggingBridgeHandler.
In order to prevent log duplication, how about installing after uninstalling in advance?
It is confirmed that it is output normally with Spring boot 1.3.8.