From f689ea8febf00057bdb45183e3f7a00e0992ef14 Mon Sep 17 00:00:00 2001 From: Penghao Date: Fri, 27 Feb 2026 21:30:09 +0800 Subject: [PATCH] UPSTREAM: : restore log level of the group snapshot reconciler This reverts commit b261dcda094225c327434c59b1e8dec8b24a711b, reversing changes made to 35655c799a67bd33b2c21088c61fa40cbaa15113. --- cmd/snapshot-controller/main.go | 3 --- 1 file changed, 3 deletions(-) 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)