diff --git a/cmd/snapshot-controller/main.go b/cmd/snapshot-controller/main.go index fe8d4be24..ce7fc38fd 100644 --- a/cmd/snapshot-controller/main.go +++ b/cmd/snapshot-controller/main.go @@ -167,9 +167,6 @@ func main() { logs.InitLogs() standardflags.AddAutomaxprocs(klog.Infof) flag.Parse() - // Force log level to 5 for debugging - flag.Set("v", "5") - if err := logsapi.ValidateAndApply(c, fg); err != nil { klog.ErrorS(err, "LoggingConfiguration is invalid") klog.FlushAndExit(klog.ExitFlushTimeout, 1)