This commit is contained in:
wangchuxiao 2023-03-10 18:45:23 +08:00
parent 662254f30f
commit 6f09dfecd6

View File

@ -22,7 +22,7 @@ func NewRootCmd() (rootCmd *RootCmd) {
PersistentPreRunE: func(cmd *cobra.Command, args []string) error { PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
log.InitFromConfig(log.Config{ log.InitFromConfig(log.Config{
JSON: true, JSON: true,
Level: "", Level: "-1",
Sample: false, Sample: false,
SampleInitial: 0, SampleInitial: 0,
SampleInterval: 0, SampleInterval: 0,