test-errcode
wangchuxiao 2 years ago
parent 662254f30f
commit 6f09dfecd6

@ -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,

Loading…
Cancel
Save