!test Migrate multi node testkit to Netty 4.
Signed-off-by: He-Pin <hepin1989@gmail.com>
This commit is contained in:
parent
464517a547
commit
0e89e793aa
10 changed files with 296 additions and 153 deletions
13
cluster/src/multi-jvm/resources/logback-test.xml
Normal file
13
cluster/src/multi-jvm/resources/logback-test.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<configuration>
|
||||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<encoder>
|
||||
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
|
||||
<root level="info">
|
||||
<appender-ref ref="STDOUT" />
|
||||
</root>
|
||||
<logger name="io.netty.util.Recycler" level="ERROR" />
|
||||
<logger name="io.netty.buffer.PoolThreadCache" level="ERROR" />
|
||||
</configuration>
|
||||
Loading…
Add table
Add a link
Reference in a new issue