Document that JUL is not bridged into SLF4J when deployed to a container

Closes gh-16062
pull/19101/head
Andy Wilkinson 5 years ago
parent 1c6f2af475
commit cb76502a44

@ -1371,6 +1371,8 @@ TIP: There are a lot of logging frameworks available for Java.
Do not worry if the above list seems confusing.
Generally, you do not need to change your logging dependencies and the Spring Boot defaults work just fine.
TIP: When you deploy your application to a servlet container or application server, logging performed via the Java Util Logging API is not routed into your application's logs.
This prevents logging performed by the container or other applications that have been deployed to it from appearing in your application's logs.
[[boot-features-logging-format]]

Loading…
Cancel
Save