eclipse/tahu

Java: logback.xml introduced in 1.0.1 sets root-logger to Trace

wallner opened this issue · 0 comments

Commit 10d6828 introduces a src/main/resources/logback.xml which sets the root logger to TRACE creating a massive amount of logging information in an application that makes use of logback but doesn't do anything to else to configure it otherwise. Spring Boot applications for instance are candidates affected by this change.

This is quite a big change in a version change from 1.0.0 to 1.0.1