From 15035206f46eb258e482d20ea8d49a232f2d5161 Mon Sep 17 00:00:00 2001 From: tjpcc Date: Thu, 14 Sep 2023 09:40:39 -0600 Subject: make debug log text more visible --- logging/logger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging/logger.go b/logging/logger.go index f80a1ae..87b5985 100644 --- a/logging/logger.go +++ b/logging/logger.go @@ -25,7 +25,7 @@ func DefaultLoggers() (debug, info, warn, error Logger) { switch keyvals[i+1] { case level.DebugValue(): - return term.FgBgColor{Fg: term.DarkGray} + return term.FgBgColor{Fg: term.Gray} case level.InfoValue(): return term.FgBgColor{Fg: term.Green} case level.WarnValue(): -- cgit v1.2.3