Skip to content

Commit c71f617

Browse files
authored
Typo in structured-console-appender.xml
Fix typo
1 parent 9796d04 commit c71f617

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-console-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>${CONSOLE_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>${CONSOLE_LOG_STRUCTURED_FORMAT}</format>
1515
<charset>${CONSOLE_LOG_CHARSET}</charset>
1616
</encoder>

0 commit comments

Comments
 (0)