Skip to content

Commit 3b4f98c

Browse files
committed
Merge pull request #44786 from rainboyan
* pr/44786: Remove extra whitespace in logback defaults.xml Closes gh-44786
2 parents 3ea272a + 45a99f9 commit 3b4f98c

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/logging/logback

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/logging/logback/defaults.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Default logback configuration provided for import
88
<conversionRule conversionWord="applicationName" class="org.springframework.boot.logging.logback.ApplicationNameConverter"/>
99
<conversionRule conversionWord="clr" class="org.springframework.boot.logging.logback.ColorConverter"/>
1010
<conversionRule conversionWord="correlationId" class="org.springframework.boot.logging.logback.CorrelationIdConverter"/>
11-
<conversionRule conversionWord="wex" class="org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter"/>
11+
<conversionRule conversionWord="wex" class="org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter"/>
1212
<conversionRule conversionWord="wEx" class="org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter"/>
1313

1414
<property name="CONSOLE_LOG_PATTERN" value="${CONSOLE_LOG_PATTERN:-%clr(%d{${LOG_DATEFORMAT_PATTERN:-yyyy-MM-dd'T'HH:mm:ss.SSSXXX}}){faint} %clr(${LOG_LEVEL_PATTERN:-%5p}) %clr(${PID:- }){magenta} %clr(---){faint} %clr(%applicationName[%15.15t]){faint} %clr(${LOG_CORRELATION_PATTERN:-}){faint}%clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}}"/>

0 commit comments

Comments
 (0)