eclipse / tahu

Eclipse Tahu addresses the existence of legacy SCADA/DCS/ICS protocols and infrastructures and provides a much-needed definition of how best to apply MQTT into these existing industrial operational environments.

Home Page:https://eclipse.org/tahu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

wallner opened this issue · 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