Skip to content

Commit 0758624

Browse files
committed
Merge branch '3.2.x' into 3.3.x
Closes gh-42263
2 parents b2edefe + 504fd62 commit 0758624

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/logging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ NOTE: The lookup key should be specified in kebab case (such as `my.property-nam
563563
[[features.logging.log4j2-extensions.environment-property-source]]
564564
=== Log4j2 System Properties
565565

566-
Log4j2 supports a number of https://logging.apache.org/log4j/2.x/manual/configuration.html#SystemProperties[System Properties] that can be used to configure various items.
566+
Log4j2 supports a number of https://logging.apache.org/log4j/2.x/manual/systemproperties.html[System Properties] that can be used to configure various items.
567567
For example, the `log4j2.skipJansi` system property can be used to configure if the `ConsoleAppender` will try to use a https://github.com/fusesource/jansi[Jansi] output stream on Windows.
568568

569569
All system properties that are loaded after the Log4j2 initialization can be obtained from the Spring `Environment`.

0 commit comments

Comments
 (0)