Skip to content

Commit ae23bc1

Browse files
committed
Do not log on DEBUG
1 parent 3792eca commit ae23bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring/shedlock-spring/src/test/resources/logback-test.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</encoder>
77
</appender>
88

9-
<root level="DEBUG">
9+
<root level="INFO">
1010
<appender-ref ref="STDOUT"/>
1111
</root>
12-
</configuration>
12+
</configuration>

0 commit comments

Comments
 (0)