diff --git a/spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/logging/logback/structured-console-appender.xml b/spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/logging/logback/structured-console-appender.xml
index 9117c360a22c..c89f545dad8e 100644
--- a/spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/logging/logback/structured-console-appender.xml
+++ b/spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/logging/logback/structured-console-appender.xml
@@ -10,7 +10,7 @@ equivalent to the programmatic initialization performed by Boot
${CONSOLE_LOG_THRESHOLD}
-
+
${CONSOLE_LOG_STRUCTURED_FORMAT}
${CONSOLE_LOG_CHARSET}
diff --git a/spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/logging/logback/structured-file-appender.xml b/spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/logging/logback/structured-file-appender.xml
index 76d45b4a92b6..80377634bb3e 100644
--- a/spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/logging/logback/structured-file-appender.xml
+++ b/spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/logging/logback/structured-file-appender.xml
@@ -10,7 +10,7 @@ equivalent to the programmatic initialization performed by Boot
${FILE_LOG_THRESHOLD}
-
+
${FILE_LOG_STRUCTURED_FORMAT}
${FILE_LOG_CHARSET}