fix linter errors

This commit is contained in:
David Bariod
2020-11-08 07:07:05 +01:00
parent 581900062e
commit e328a4e3f4
2 changed files with 4 additions and 4 deletions
+2
View File
@@ -235,6 +235,8 @@ func (f *TextFormatter) printColored(b *bytes.Buffer, entry *Entry, keys []strin
levelColor = yellow
case ErrorLevel, FatalLevel, PanicLevel:
levelColor = red
case InfoLevel:
levelColor = blue
default:
levelColor = blue
}