Skip to content

Commit

Permalink
log level
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao committed Jul 7, 2019
1 parent e743f10 commit ee2f44e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Expand Up @@ -23,6 +23,7 @@ public class LettuceClusterManagerTest {

@Before
public void init() {

LettucePlus plus = DefaultLettucePlus.standalone(RedisClientHelper.createRedisClient());
clusterManager = new LettuceClusterManager(plus);

Expand Down
2 changes: 2 additions & 0 deletions rule-engine-cluster/src/test/resources/logback.xml
Expand Up @@ -4,6 +4,8 @@
<logger name="io.netty" level="warn"/>
<logger name="org.jetlinks" level="info"/>
<logger name="io.lettuce" level="info"/>
<logger name="rule.engine" level="info"/>
<logger name="org.hswebframework" level="info" />


<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
Expand Down

0 comments on commit ee2f44e

Please sign in to comment.