1.修改服务端日志打印格式

This commit is contained in:
ascrutae 2016-02-25 13:43:46 +08:00
parent 042e56cbde
commit 6421ba0a30
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<Configuration status="debug">
<Appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="%d{HH:mm:ss.SSS} [%t](%F:%L) %-5level %logger{36} - %msg%n"/>
<PatternLayout pattern="%d [%t](%F:%L) %-5level %logger{36} - %msg%n"/>
</Console>
</Appenders>
<Loggers>