We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc6846 commit 504f080Copy full SHA for 504f080
1 file changed
log/slogger/slogger.go
@@ -37,8 +37,8 @@ const (
37
38
ColorError = 1
39
ColorWarning = 3
40
- ColorInfo = 2
41
- ColorDebug = 5
+ ColorInfo = 6
+ ColorDebug = 7
42
)
43
44
type (
0 commit comments