Commit cb76502a authored by Andy Wilkinson's avatar Andy Wilkinson

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

Closes gh-16062
parent 1c6f2af4
...@@ -1371,6 +1371,8 @@ TIP: There are a lot of logging frameworks available for Java. ...@@ -1371,6 +1371,8 @@ TIP: There are a lot of logging frameworks available for Java.
Do not worry if the above list seems confusing. 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. 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]] [[boot-features-logging-format]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment