Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
update logback.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanrw committed Sep 7, 2019
1 parent eb7cb0e commit 6cebdff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions client-samples/src/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<contextName>client-samples</contextName>

<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>INFO</level>
</filter>
<encoder>
<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} %contextName - %msg%n</pattern>
</encoder>
Expand All @@ -21,6 +18,10 @@
</encoder>
</appender>

<logger name="com.github.yuanrw.im.client" level="INFO">
<appender-ref ref="console" />
</logger>

<root level="info">
<appender-ref ref="console"/>
<appender-ref ref="file"/>
Expand Down

0 comments on commit 6cebdff

Please sign in to comment.