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
Ideally, logging configuration would live in application.yml along with all other externalized configuration.
Currently, developers need to read and understand Logback, SLF4J, or Commons Logging documentation and then create a configuration file for one of these underlying systems. Spring Boot should provide some configuration abstraction over these services.