Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
Merge c7a6459 into 123b25e
Browse files Browse the repository at this point in the history
  • Loading branch information
benj58xu committed Jun 26, 2019
2 parents 123b25e + c7a6459 commit 0531f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- encoders are assigned the type
ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
<encoder>
<pattern>%d %-5level %logger{36} - %msg%n</pattern>
<pattern>%d [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<appender name="ROLLING" class="ch.qos.logback.core.rolling.RollingFileAppender">
Expand All @@ -34,7 +34,7 @@
<maxHistory>30</maxHistory>
</rollingPolicy>
<encoder>
<pattern>%d %-5level %logger{36} - %msg%n</pattern>
<pattern>%d [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>

Expand Down

0 comments on commit 0531f84

Please sign in to comment.