Skip to content

Commit a65374b

Browse files
committed
Merge branch '2.1.x'
Closes gh-18880
2 parents 2c309c5 + cb76502 commit a65374b

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
@@ -1488,6 +1488,8 @@ TIP: There are a lot of logging frameworks available for Java.
14881488
Do not worry if the above list seems confusing.
14891489
Generally, you do not need to change your logging dependencies and the Spring Boot defaults work just fine.
14901490

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

14921494

14931495
[[boot-features-logging-format]]

0 commit comments

Comments
 (0)