We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedba06 commit 1a45d33Copy full SHA for 1a45d33
log/formatter_themes.go
@@ -35,12 +35,12 @@ var (
35
PanicLevel: []fmtc.Color{fmtc.Bold, fmtc.Red},
36
},
37
"timestamp": LevelColorScheme{
38
- DebugLevel: []fmtc.Color{fmtc.BgBlack, fmtc.DarkGray},
39
- InfoLevel: []fmtc.Color{fmtc.BgBlack, fmtc.Cyan},
40
- WarnLevel: []fmtc.Color{fmtc.BgBlack, fmtc.Yellow},
41
- ErrorLevel: []fmtc.Color{fmtc.BgBlack, fmtc.Red},
42
- FatalLevel: []fmtc.Color{fmtc.BgBlack, fmtc.Red},
43
- PanicLevel: []fmtc.Color{fmtc.BgBlack, fmtc.Red},
+ DebugLevel: []fmtc.Color{fmtc.DarkGray},
+ InfoLevel: []fmtc.Color{fmtc.Cyan},
+ WarnLevel: []fmtc.Color{fmtc.Yellow},
+ ErrorLevel: []fmtc.Color{fmtc.Red},
+ FatalLevel: []fmtc.Color{fmtc.Red},
+ PanicLevel: []fmtc.Color{fmtc.Red},
44
45
46
}
0 commit comments