Skip to content

Commit

Permalink
[代码优化](v2.6):update logback.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
elunez committed Mar 2, 2021
1 parent d8a458c commit 88dc69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eladmin-system/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration scan="true" scanPeriod="30 seconds" debug="false">
<contextName>elAdmin</contextName>
<property name="log.charset" value="utf-8" />
<property name="log.pattern" value="%black(%contextName-) %red(%d{yyyy-MM-dd HH:mm:ss}) %green([%thread]) %highlight(%-5level) %boldMagenta(%logger{36}) - %gray(%msg%n)" />
<property name="log.pattern" value="%contextName- %red(%d{yyyy-MM-dd HH:mm:ss}) %green([%thread]) %highlight(%-5level) %boldMagenta(%logger{36}) - %msg%n" />

<!--输出到控制台-->
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
Expand Down

0 comments on commit 88dc69f

Please sign in to comment.