mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Set global logging limit to INFO
This commit is contained in:
parent
09945c631d
commit
1a8c5c9498
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<appender name="stdout" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<target>System.out</target>
|
||||
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
|
||||
<level>TRACE</level>
|
||||
<level>INFO</level>
|
||||
</filter>
|
||||
<encoder>
|
||||
<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} %-5level [%thread] %logger{0}: %msg%n</pattern>
|
||||
|
|
Loading…
Reference in a new issue