mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
f27d167554
commit
21c1378b4a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue