chore(deps): update dependency com.outr:scribe to v3.13.0 (#1008)

* chore(deps): update dependency com.outr:scribe to v3.13.0

* Fix field

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: InversionSpaces <inversionspaces@vivaldi.net>
This commit is contained in:
renovate[bot] 2023-12-11 12:26:15 +01:00 committed by GitHub
parent d97de9c83f
commit 2f135e4fd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -13,7 +13,7 @@ val fs2V = "3.9.3"
val catsEffectV = "3.6-1f95fd7"
val declineV = "2.3.0"
val circeVersion = "0.14.2"
val scribeV = "3.7.1"
val scribeV = "3.13.0"
name := "aqua-hll"

View File

@ -4,10 +4,12 @@ import scribe.format.*
import scribe.{Level, Logger}
object LogFormatter {
val formatter: Formatter = formatter"$date ${string("[")}$levelColored${string("]")} $message$mdc"
val formatter: Formatter =
formatter"$date ${string("[")}$levelColored${string("]")} $messages$mdc"
val formatterWithFilename: Formatter =
formatter"$date $fileName ${string("[")}$levelColored${string("]")} $message$mdc"
formatter"$date $fileName ${string("[")}$levelColored${string("]")} $messages$mdc"
def initLogger(level: Option[Level]): Logger = {
scribe.Logger.root