add mute output level
All checks were successful
Gitea/etcdmtr/pipeline/head This commit looks good

This commit is contained in:
dave 2024-03-04 14:08:11 -08:00
parent 13509f98c4
commit c67c3e666c

View File

@ -17,6 +17,7 @@ const (
LOGLEVEL_ERROR
LOGLEVEL_CRITICAL
LOGLEVEL_FATAL
LOGLEVEL_SILENCE
)
var LOGLEVEL_NAMES = []string{"DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL", "FATAL"}