change: PersistentPreRun log setting

This commit is contained in:
debugtalk
2021-10-18 10:13:27 +08:00
parent 268c4fd0af
commit c287241c13
5 changed files with 7 additions and 17 deletions
-6
View File
@@ -4,7 +4,6 @@ import (
"github.com/rs/zerolog/log"
"github.com/spf13/cobra"
"github.com/httprunner/hrp"
"github.com/httprunner/hrp/har2case"
)
@@ -15,11 +14,6 @@ var har2caseCmd = &cobra.Command{
Long: `Convert HAR to json/yaml testcase files`,
Args: cobra.MinimumNArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
hrp.SetLogLevel(logLevel)
if !logJSON {
hrp.SetLogPretty()
}
var outputFiles []string
for _, arg := range args {
var outputPath string