Document that JUL is not bridged into SLF4J when deployed to a container
Closes gh-16062
This commit is contained in:
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…
Reference in New Issue