Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
ggivo committed Nov 28, 2024
1 parent 7de8600 commit ec791b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,6 @@ private <K, V> ConnectionBuilder createConnectionBuilder(RedisChannelHandler<K,
return connectionBuilder;
}


/**
* Refresh partitions and re-initialize the routing table.
*
Expand Down
6 changes: 4 additions & 2 deletions src/test/resources/log4j2-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
</Appenders>

<Loggers>
<Logger name="io.lettuce.core.protocol" level="DEBUG"/>
<Root level="DEBUG">
<Logger name="io.lettuce.core.protocol" level="FATAL"/>
<!-- Remove the line below after we stabilize the test-containers deployment -->
<Logger name="org.testcontainers" level="DEBUG"/>
<Root level="FATAL">
<AppenderRef ref="Console"/>
<AppenderRef ref="File"/>
</Root>
Expand Down

0 comments on commit ec791b2

Please sign in to comment.