Skip to content

Commit e5aa7e3

Browse files
authored
Revert #662
PR approved by mistake.
1 parent 0efa414 commit e5aa7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

globals.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ var (
128128
// log levels.
129129
LevelColors = map[Level]int{
130130
TraceLevel: colorBlue,
131-
DebugLevel: colorMagenta,
131+
DebugLevel: 0,
132132
InfoLevel: colorGreen,
133133
WarnLevel: colorYellow,
134134
ErrorLevel: colorRed,

0 commit comments

Comments
 (0)