mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Enable more verbose logging
This commit is contained in:
parent
c6d20faa34
commit
087c076fcd
1 changed files with 2 additions and 2 deletions
|
@ -22,10 +22,10 @@
|
||||||
</appender>
|
</appender>
|
||||||
|
|
||||||
<!-- Set log levels for the application (or parts of the application). -->
|
<!-- Set log levels for the application (or parts of the application). -->
|
||||||
<logger name="uk.ac.ic.wlgitbridge" level="INFO" />
|
<logger name="uk.ac.ic.wlgitbridge" level="DEBUG" />
|
||||||
|
|
||||||
<!-- The root log level determines how much our dependencies put in the logs. -->
|
<!-- The root log level determines how much our dependencies put in the logs. -->
|
||||||
<root level="WARN">
|
<root level="INFO">
|
||||||
<appender-ref ref="stdout" />
|
<appender-ref ref="stdout" />
|
||||||
<appender-ref ref="stderr" />
|
<appender-ref ref="stderr" />
|
||||||
</root>
|
</root>
|
||||||
|
|
Loading…
Reference in a new issue