Skip to content

Commit cb76502

Browse files
committed
Document that JUL is not bridged into SLF4J when deployed to a container
Closes gh-16062
1 parent 1c6f2af commit cb76502

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,6 +1371,8 @@ TIP: There are a lot of logging frameworks available for Java.
13711371
Do not worry if the above list seems confusing.
13721372
Generally, you do not need to change your logging dependencies and the Spring Boot defaults work just fine.
13731373

1374+
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.
1375+
This prevents logging performed by the container or other applications that have been deployed to it from appearing in your application's logs.
13741376

13751377

13761378
[[boot-features-logging-format]]

0 commit comments

Comments
 (0)