From 7f582b0445b92cc15ffe3d0fe5205760eac034f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Kolo=C5=A1njaji?= Date: Wed, 7 Aug 2024 17:46:14 +0200 Subject: [PATCH] Harmonize use of StructuredLogEncoder See gh-41712 --- .../boot/logging/logback/structured-console-appender.xml | 2 +- .../boot/logging/logback/structured-file-appender.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 9117c360a2..c89f545dad 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 76d45b4a92..80377634bb 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}