diff options
Diffstat (limited to 'resources/logback.xml')
-rw-r--r-- | resources/logback.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/logback.xml b/resources/logback.xml index e29aa69..7e9514b 100644 --- a/resources/logback.xml +++ b/resources/logback.xml @@ -6,7 +6,7 @@ </encoder> </appender> - <root level="debug"> + <root level="trace"> <appender-ref ref="STDOUT" /> </root> </configuration> |