add mute output level
Gitea/etcdmtr/pipeline/head This commit looks good Details

This commit is contained in:
dave 2024-03-04 14:08:11 -08:00
parent 13509f98c4
commit c67c3e666c
1 changed files with 1 additions and 0 deletions

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"}