Skip to content

Commit 620963a

Browse files
committed
.
1 parent 74782a9 commit 620963a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sjsls/test/src/RoutesSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class RoutesSuite extends CatsEffectSuite:
158158
.root
159159
.clearHandlers()
160160
.clearModifiers()
161-
.withHandler(minimumLevel = Some(Level.get("debug").get))
161+
.withHandler(minimumLevel = Some(Level.get("info").get))
162162
.replace()
163163

164164
val aLogger = scribe.cats[IO]

0 commit comments

Comments
 (0)