From 37a0e24f2434a2c0a7eff38adb2493efe697f8ef Mon Sep 17 00:00:00 2001 From: Wzy19930507 <1208931582@qq.com> Date: Wed, 17 Jan 2024 17:20:34 +0800 Subject: [PATCH] Update link to docs for Log4j 2's JDK logging adapter See gh-39163 --- .../spring-boot-docs/src/docs/asciidoc/howto/logging.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/logging.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/logging.adoc index 1f17bc00d6c..e0a3ebf2d67 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/logging.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/logging.adoc @@ -164,7 +164,7 @@ To do so, declare a dependency on the Log4j 2 starter and tell Gradle that any o NOTE: The Log4j starters gather together the dependencies for common logging requirements (such as having Tomcat use `java.util.logging` but configuring the output using Log4j 2). -NOTE: To ensure that debug logging performed using `java.util.logging` is routed into Log4j 2, configure its https://logging.apache.org/log4j/2.x/log4j-jul/index.html[JDK logging adapter] by setting the `java.util.logging.manager` system property to `org.apache.logging.log4j.jul.LogManager`. +NOTE: To ensure that debug logging performed using `java.util.logging` is routed into Log4j 2, configure its https://logging.apache.org/log4j/2.x/log4j-jul.html[JDK logging adapter] by setting the `java.util.logging.manager` system property to `org.apache.logging.log4j.jul.LogManager`.