logback 日志配置文件进行更新

This commit is contained in:
YuCheng Hu 2020-02-25 13:49:57 -05:00
parent 29d3614066
commit 75f5523a93
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
<pattern>%d{yyyy/MM/dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
</pattern>
</encoder>
</appender>
@ -10,4 +10,4 @@
<root level="INFO">
<appender-ref ref="STDOUT" />
</root>
</configuration>
</configuration>