Update logging

This commit is contained in:
Andrea Cavalli 2022-10-17 15:30:22 +02:00
parent e27ffc8d92
commit 88f68f96f3
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
<!-- log only INFO, WARN, ERROR and FATAL logging by classes in this package -->
<AsyncLogger name="io.netty" level="INFO" additivity="false"/>
<AsyncLogger name="io.rsocket" level="INFO" additivity="false"/>
<AsyncLogger name="it.tdlight.TDLight" level="ERROR" additivity="false"/>
<AsyncLogger name="it.tdlight.reactiveapi.rsocket" level="DEBUG"/>
<AsyncRoot level="DEBUG">

View File

@ -16,6 +16,7 @@
<!-- log only INFO, WARN, ERROR and FATAL logging by classes in this package -->
<AsyncLogger name="io.netty" level="INFO" additivity="false"/>
<!--<AsyncLogger name="io.rsocket" level="INFO" additivity="false"/>-->
<AsyncLogger name="it.tdlight.TDLight" level="ERROR" additivity="false"/>
<AsyncRoot level="DEBUG">
<filters>