1
0
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:
Chad Roberts
2025-08-07 14:39:13 -04:00
committed by GitHub
parent ac12e33508
commit c81c0d21a4

View File

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