From 2d899f0cf9919b091561c58233e624ffcc8b8824 Mon Sep 17 00:00:00 2001 From: Ruben Poppe Date: Fri, 5 Apr 2024 16:58:55 +0200 Subject: [PATCH] set debug log color (#662) --- 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,