Skip to content

Commit

Permalink
Revert #662
Browse files Browse the repository at this point in the history
PR approved by mistake.
  • Loading branch information
rs committed Apr 24, 2024
1 parent 0efa414 commit e5aa7e3
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: colorMagenta,
DebugLevel: 0,
InfoLevel: colorGreen,
WarnLevel: colorYellow,
ErrorLevel: colorRed,
Expand Down

0 comments on commit e5aa7e3

Please sign in to comment.