Skip to content

Commit

Permalink
revertme: increase logging level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski committed Oct 15, 2024
1 parent f5d122c commit ab42a42
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ import scribe.writer.SystemOutWriter
object LoggingSetup:

def doConfigure(verbosity: Int): Unit =
val newVerbosity = 5
println(s">> Setting up logging with verbosity=$verbosity")
println(s">> Setting up logging with verbosity=${newVerbosity}")
val root = scribe.Logger.root.clearHandlers().clearModifiers()
verbosity match
newVerbosity match
case n if n < 0 =>
()

Expand Down

0 comments on commit ab42a42

Please sign in to comment.