Skip to content

Commit 511bbee

Browse files
committed
Merge branch '3.3.x'
Closes gh-42264
2 parents 0760047 + 0758624 commit 511bbee

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
@@ -727,7 +727,7 @@ NOTE: The lookup key should be specified in kebab case (such as `my.property-nam
727727
[[features.logging.log4j2-extensions.environment-property-source]]
728728
=== Log4j2 System Properties
729729

730-
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.
730+
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.
731731
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.
732732

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

0 commit comments

Comments
 (0)