mirror of
https://github.com/rancher/steve.git
synced 2025-09-15 06:49:27 +00:00
Dropping debug-level default to 1 to reduce noise from reflector. (#765)
This commit is contained in:
@@ -51,7 +51,7 @@ func Flags(config *Config) []cli.Flag {
|
|||||||
},
|
},
|
||||||
&cli.IntFlag{
|
&cli.IntFlag{
|
||||||
Name: "debug-level",
|
Name: "debug-level",
|
||||||
Value: 2,
|
Value: 1,
|
||||||
Destination: &config.DebugLevel,
|
Destination: &config.DebugLevel,
|
||||||
},
|
},
|
||||||
&cli.BoolFlag{
|
&cli.BoolFlag{
|
||||||
|
Reference in New Issue
Block a user