Skip to content

Commit 49acedf

Browse files
authored
Update structured-file-appender.xml
1 parent c71f617 commit 49acedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/logging/logback/structured-file-appender.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ equivalent to the programmatic initialization performed by Boot
1010
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
1111
<level>${FILE_LOG_THRESHOLD}</level>
1212
</filter>
13-
<encoder class="org.springframework.boot.logging.logback.StructuredLoggingEncoder">
13+
<encoder class="org.springframework.boot.logging.logback.StructuredLogEncoder">
1414
<format>${FILE_LOG_STRUCTURED_FORMAT}</format>
1515
<charset>${FILE_LOG_CHARSET}</charset>
1616
</encoder>

0 commit comments

Comments
 (0)