mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 12:16:51 +00:00
Restore debug level to INFO
This commit is contained in:
parent
0bf2aeeec0
commit
4318dea5a0
1 changed files with 2 additions and 2 deletions
|
@ -22,10 +22,10 @@
|
|||
</appender>
|
||||
|
||||
<!-- Set log levels for the application (or parts of the application). -->
|
||||
<logger name="uk.ac.ic.wlgitbridge" level="DEBUG" />
|
||||
<logger name="uk.ac.ic.wlgitbridge" level="INFO" />
|
||||
|
||||
<!-- The root log level determines how much our dependencies put in the logs. -->
|
||||
<root level="DEBUG">
|
||||
<root level="WARN">
|
||||
<appender-ref ref="stdout" />
|
||||
<appender-ref ref="stderr" />
|
||||
</root>
|
||||
|
|
Loading…
Reference in a new issue