You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1371,6 +1371,8 @@ TIP: There are a lot of logging frameworks available for Java.
1371
1371
Do not worry if the above list seems confusing.
1372
1372
Generally, you do not need to change your logging dependencies and the Spring Boot defaults work just fine.
1373
1373
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.
0 commit comments