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
Default setup for spring boot is to use SLF4J and Logback.
The bridge between SLF4J and java.util.logging is installed, so java.util.logging logs are forwarded to SLF4J
Unfortunately, the log level configuration through Logback is not propagated to java.util.logging loggers.
I discovered this issue when trying to see debug logs for tomcat's jdbc connection pool.
I'll submit a pull request to fix this.
The text was updated successfully, but these errors were encountered:
trecloux
pushed a commit
to trecloux/spring-boot
that referenced
this issue
Sep 8, 2015
Default setup for spring boot is to use SLF4J and Logback.
The bridge between SLF4J and
java.util.logging
is installed, sojava.util.logging
logs are forwarded to SLF4JUnfortunately, the log level configuration through Logback is not propagated to
java.util.logging
loggers.I discovered this issue when trying to see debug logs for tomcat's jdbc connection pool.
I'll submit a pull request to fix this.
The text was updated successfully, but these errors were encountered: