Skip to content

Commit

Permalink
update log level to WARN
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-chung committed Nov 14, 2024
1 parent 5d6d5cb commit 6369298
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import com.sunnychung.lib.multiplatform.kdatetime.KZonedInstant

val log = Logger(object : MutableLoggerConfig {
override var logWriterList: List<LogWriter> = listOf(JvmLogger())
override var minSeverity: Severity = Severity.Debug
override var minSeverity: Severity = Severity.Warn
}, tag = "Hello")
val llog = log

Expand Down

0 comments on commit 6369298

Please sign in to comment.