feat: global set log level

This commit is contained in:
debugtalk
2021-10-18 09:52:57 +08:00
parent ffbe60b833
commit 368ed9e14b
10 changed files with 52 additions and 11 deletions

View File

@@ -9,7 +9,6 @@ import (
"strings"
"github.com/maja42/goval"
"github.com/rs/zerolog/log"
"github.com/httprunner/hrp/builtin"
)