log: add support for trace level, exit on critical
This commit is contained in:
@ -58,6 +58,8 @@ func TerminalFormat() Format {
|
||||
color = 32
|
||||
case LvlDebug:
|
||||
color = 36
|
||||
case LvlTrace:
|
||||
color = 34
|
||||
}
|
||||
|
||||
b := &bytes.Buffer{}
|
||||
|
Reference in New Issue
Block a user