From a0d9b5dbbeb3708ee6573f56ee8a585c5d31443d Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Thu, 25 Jul 2024 18:42:57 +0700 Subject: [PATCH] fix: update docs --- .../docs/antora/modules/reference/pages/features/logging.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/logging.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/logging.adoc index 1023adb451fe..8ec0d4663162 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/logging.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/logging.adoc @@ -623,7 +623,7 @@ You can use these extensions in any `log4j2-spring.xml` configuration file. NOTE: Because the standard `log4j2.xml` configuration file is loaded too early, you cannot use extensions in it. You need to either use `log4j2-spring.xml` or define a configprop:logging.config[] property. -NOTE: The extensions supersede the https://logging.apache.org/log4j/2.x/log4j-spring-boot/index.html[Spring Boot support] provided by Log4J. +NOTE: The extensions supersede the https://logging.apache.org/log4j/2.x/log4j-spring-boot.html[Spring Boot support] provided by Log4J. You should make sure not to include the `org.apache.logging.log4j:log4j-spring-boot` module in your build.