Skip to content

Commit

Permalink
[common] logging thread name
Browse files Browse the repository at this point in the history
  • Loading branch information
Noverish committed May 18, 2024
1 parent 92a9658 commit 004ba44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyunsub-common/src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<encoder>
<pattern>[%d{yyyy-MM-dd HH:mm:ss.SSS}] %5level \(%file:%line\) %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}</pattern>
<pattern>[%d{yyyy-MM-dd HH:mm:ss.SSS}] [%15.15t] %5level \(%file:%line\) %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}</pattern>
</encoder>
<file>${logging.file.path}</file>
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
Expand Down

0 comments on commit 004ba44

Please sign in to comment.