mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Fix logging in tests
This commit is contained in:
@ -163,4 +163,7 @@ object Logger {
|
||||
|
||||
val asUnsafe = simple(ps, minimumLevel)
|
||||
}
|
||||
|
||||
def simpleDefault[F[_]: Sync](minimumLevel: Level = Level.Info): Logger[F] =
|
||||
simpleF[F](System.err, minimumLevel)
|
||||
}
|
||||
|
Reference in New Issue
Block a user