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
take a look at src/main/resources/logback-demo.xml and application.properties
mvn spring-boot:run
Currently, Spring Boot falls back to a default logback configuration. This causes me to believe that my logback configuration is fine while it isn't. In real deployment scenarios, I depend heavily on my logback-config. For instance, it emails me when ERROR-level events occur.
I think the application should not boot at all when I fail to configure logging. I would like it to write the to stderr and crash.