From 63c58fca91e374c9aef50d9df178f8dc6c9031b3 Mon Sep 17 00:00:00 2001 From: Ruben Poppe Date: Fri, 5 Apr 2024 16:52:06 +0200 Subject: [PATCH] set debug log color --- globals.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/globals.go b/globals.go index ac1d9c48..aec83190 100644 --- a/globals.go +++ b/globals.go @@ -128,7 +128,7 @@ var ( // log levels. LevelColors = map[Level]int{ TraceLevel: colorBlue, - DebugLevel: 0, + DebugLevel: colorMagenta, InfoLevel: colorGreen, WarnLevel: colorYellow, ErrorLevel: colorRed,