feat: add color to debug (#2433)

This commit is contained in:
chen quan
2022-09-21 22:30:06 +08:00
committed by GitHub
parent 22d0a2120a
commit 2e1e4f3574

View File

@@ -292,6 +292,8 @@ func wrapLevelWithColor(level string) string {
colour = color.FgBlue
case levelSlow:
colour = color.FgYellow
case levelDebug:
colour = color.FgYellow
case levelStat:
colour = color.FgGreen
}