Skip to content

Commit

Permalink
set log level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon committed Oct 14, 2023
1 parent 7a4f83e commit be9e649
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gradle/disablelogging.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
<encoder>
<pattern>[%date{HH:mm:ss.SSS}] %highlight(%-5level) %cyan(%logger{0}) - %msg%ex%n</pattern>
</encoder>
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>ERROR</level>
</filter>
</appender>

<root level="error">
<root level="info">
<appender-ref ref="STDOUT"/>
</root>
</configuration>

0 comments on commit be9e649

Please sign in to comment.