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