Update logging
This commit is contained in:
parent
e27ffc8d92
commit
88f68f96f3
@ -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">
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user