Skip to content

Commit 504fd62

Browse files
committed
Update the link to Log4j2's system properties documentation
Closes gh-42262
1 parent e65cc54 commit 504fd62

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/features

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/logging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ NOTE: The lookup key should be specified in kebab case (such as `my.property-nam
554554

555555
[[features.logging.log4j2-extensions.environment-property-source]]
556556
==== Log4j2 System Properties
557-
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.
557+
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.
558558
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.
559559

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

0 commit comments

Comments
 (0)