Skip to content

Commit 504f080

Browse files
committed
improve logger colors
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 0fc6846 commit 504f080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

log/slogger/slogger.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ const (
3737

3838
ColorError = 1
3939
ColorWarning = 3
40-
ColorInfo = 2
41-
ColorDebug = 5
40+
ColorInfo = 6
41+
ColorDebug = 7
4242
)
4343

4444
type (

0 commit comments

Comments
 (0)