spring-boot logging tip

PHOTO EMBED

Thu Jun 09 2022 15:21:48 GMT+0000 (Coordinated Universal Time)

Saved by @Manu #spring-boot

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.
content_copyCOPY

https://docs.spring.io/spring-boot/docs/2.3.9.RELEASE/reference/html/spring-boot-features.html