diff --git a/build.sbt b/build.sbt index 7d2e514c..add3227e 100644 --- a/build.sbt +++ b/build.sbt @@ -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" diff --git a/utils/logging/src/main/scala/aqua/logging/LogFormatter.scala b/utils/logging/src/main/scala/aqua/logging/LogFormatter.scala index 6a793dce..36c29a62 100644 --- a/utils/logging/src/main/scala/aqua/logging/LogFormatter.scala +++ b/utils/logging/src/main/scala/aqua/logging/LogFormatter.scala @@ -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