Im using a library that included slf4j as a dependency. What Ive noticed is that when I include this library my (Jetty) Server starts logging at the debug level.
According to the Jetty documentation documentation this is expected;
If the class org.slf4j.Logger exists in server classpath, the...