diff options
Diffstat (limited to 'logging/logger.go')
-rw-r--r-- | logging/logger.go | 2 |
1 files changed, 1 insertions, 1 deletions
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(): |