Commit 32a80f70 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '1.5.x'

parents eba476ba 2ba2bddc
......@@ -1513,6 +1513,11 @@ output using Log4j 2). See the
{github-code}/spring-boot-samples/spring-boot-sample-actuator-log4j2[Actuator Log4j 2]
samples for more detail and to see it in action.
NOTE: To ensure that debug logging performed using `java.util.logging` is routed into
Log4j 2, configure its https://logging.apache.org/log4j/2.0/log4j-jul/index.html[JDK
logging adapter] by setting the `java.util.logging.manager` system property to
`org.apache.logging.log4j.jul.LogManager`.
[[howto-configure-log4j-for-logging-yaml-or-json-config]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment