We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da6ddb commit 2ba2bddCopy full SHA for 2ba2bdd
spring-boot-docs/src/main/asciidoc/howto.adoc
@@ -1653,6 +1653,11 @@ requirements (e.g. including having Tomcat use `java.util.logging` but configuri
1653
output using Log4j 2). See the Actuator Log4j 2 samples for more detail and to see it in
1654
action.
1655
1656
+NOTE: To ensure that debug logging performed using `java.util.logging` is routed into
1657
+Log4j 2, configure its https://logging.apache.org/log4j/2.0/log4j-jul/index.html[JDK
1658
+logging adapter] by setting the `java.util.logging.manager` system property to
1659
+`org.apache.logging.log4j.jul.LogManager`.
1660
+
1661
1662
1663
[[howto-configure-log4j-for-logging-yaml-or-json-config]]
0 commit comments