Skip to content

Commit

Permalink
Took out unused logger format
Browse files Browse the repository at this point in the history
  • Loading branch information
fancellu committed Sep 8, 2022
1 parent b786fd4 commit 9c20c37
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/scala/com/felstar/restfulzio/MainApp.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ object MainApp extends ZIOAppDefault {

val middlewares = errorMiddleware // ++ Middleware.dropTrailingSlash

val myLogFormat = label("xx", timestamp.fixed(32)).color(LogColor.BLUE) // |-|
// label("level", level).highlight |-|
// label("message", quoted(line)).highlight

private val logger =
Runtime.removeDefaultLoggers >>> console(LogFormat.colored)

Expand Down

0 comments on commit 9c20c37

Please sign in to comment.