Skip to content

Commit

Permalink
set debug log color (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenpoppe committed Apr 5, 2024
1 parent 74cf37a commit 2d899f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion globals.go
Expand Up @@ -128,7 +128,7 @@ var (
// log levels.
LevelColors = map[Level]int{
TraceLevel: colorBlue,
DebugLevel: 0,
DebugLevel: colorMagenta,
InfoLevel: colorGreen,
WarnLevel: colorYellow,
ErrorLevel: colorRed,
Expand Down

0 comments on commit 2d899f0

Please sign in to comment.