change: update logs

This commit is contained in:
lilong.129
2023-08-06 14:27:30 +08:00
parent 6e8c0005c0
commit 9a7848a142
7 changed files with 65 additions and 72 deletions

View File

@@ -7,7 +7,6 @@ import (
"github.com/rs/zerolog/log"
"github.com/spf13/cobra"
"github.com/httprunner/httprunner/v4/hrp"
"github.com/httprunner/httprunner/v4/hrp/pkg/uixt"
)
@@ -15,9 +14,6 @@ var rootCmd = &cobra.Command{
Use: "wcl",
Short: "Monitor FIFA World Cup Live",
Version: "2022.12.03.0018",
PreRun: func(cmd *cobra.Command, args []string) {
hrp.InitLogger("INFO", false)
},
RunE: func(cmd *cobra.Command, args []string) error {
var device uixt.Device
var bundleID string