mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 13:21:37 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user