Set log level to debug to see sent and received messages

This commit is contained in:
dankl 2019-10-12 21:14:33 +02:00 committed by dankito
parent 8fd0df7c18
commit aaa07703a1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<timestamp key="bySecond" datePattern="yyyyMMdd'T'HHmmss"/> <timestamp key="bySecond" datePattern="yyyyMMdd'T'HHmmss"/>
<!-- Raise log level here if you don't want to see noisy log output --> <!-- Raise log level here if you don't want to see noisy log output -->
<root level="INFO"> <root level="DEBUG">
<appender-ref ref="STDOUT"/> <appender-ref ref="STDOUT"/>
</root> </root>
</configuration> </configuration>