This commit is contained in:
wangchuxiao
2023-04-18 10:45:23 +08:00
parent fb668b3f0c
commit f4020a2508
2 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const (
var (
_levelToColor = map[zapcore.Level]Color{
zapcore.DebugLevel: Magenta,
zapcore.DebugLevel: White,
zapcore.InfoLevel: Blue,
zapcore.WarnLevel: Yellow,
zapcore.ErrorLevel: Red,