Drop the root log level to "DEGUG"

This allows our dependencies, such as jgit, to log
at the debug level
This commit is contained in:
Shane Kilkelly 2021-07-09 11:10:29 +01:00
parent f27d167554
commit 21c1378b4a

View file

@ -25,7 +25,7 @@
<logger name="uk.ac.ic.wlgitbridge" level="DEBUG" />
<!-- The root log level determines how much our dependencies put in the logs. -->
<root level="INFO">
<root level="DEBUG">
<appender-ref ref="stdout" />
<appender-ref ref="stderr" />
</root>