diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/logging.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/logging.adoc index b49961c55393..509625143352 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/logging.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/logging.adoc @@ -528,7 +528,7 @@ The following example shows how to set a Log4j2 property named `applicationName` [source,xml,subs="verbatim",indent=0] ---- - ${spring:spring.application.name} + ${spring:spring.application.name} ----