Skip to content

Commit

Permalink
[+] make REPAIR pseudo log level red
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Apr 12, 2020
1 parent 8662f94 commit a3fccd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pgengine/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const (
var levelColors = map[string]int{
"PANIC": red,
"ERROR": red,
"REPAIR": red,
"USER": yellow,
"LOG": blue,
"NOTICE": green,
Expand Down

0 comments on commit a3fccd6

Please sign in to comment.