mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 12:39:03 +00:00
Harmonize use of StructuredLogEncoder
See gh-41712
This commit is contained in:
committed by
Stéphane Nicoll
parent
afe0dd2222
commit
7f582b0445
+1
-1
@@ -10,7 +10,7 @@ equivalent to the programmatic initialization performed by Boot
|
||||
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
|
||||
<level>${CONSOLE_LOG_THRESHOLD}</level>
|
||||
</filter>
|
||||
<encoder class="org.springframework.boot.logging.logback.StructuredLoggingEncoder">
|
||||
<encoder class="org.springframework.boot.logging.logback.StructuredLogEncoder">
|
||||
<format>${CONSOLE_LOG_STRUCTURED_FORMAT}</format>
|
||||
<charset>${CONSOLE_LOG_CHARSET}</charset>
|
||||
</encoder>
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ equivalent to the programmatic initialization performed by Boot
|
||||
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
|
||||
<level>${FILE_LOG_THRESHOLD}</level>
|
||||
</filter>
|
||||
<encoder class="org.springframework.boot.logging.logback.StructuredLoggingEncoder">
|
||||
<encoder class="org.springframework.boot.logging.logback.StructuredLogEncoder">
|
||||
<format>${FILE_LOG_STRUCTURED_FORMAT}</format>
|
||||
<charset>${FILE_LOG_CHARSET}</charset>
|
||||
</encoder>
|
||||
|
||||
Reference in New Issue
Block a user