We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e5bc17 + 717f5d7 commit be69ca2Copy full SHA for be69ca2
cmd/csi-provisioner/csi-provisioner.go
@@ -142,8 +142,8 @@ func main() {
142
c := logsapi.NewLoggingConfiguration()
143
logsapi.AddFlags(c, flag.CommandLine)
144
logs.InitLogs()
145
- flag.CommandLine.AddGoFlagSet(goflag.CommandLine)
146
standardflags.AddAutomaxprocs(klog.Infof)
+ flag.CommandLine.AddGoFlagSet(goflag.CommandLine)
147
flag.Parse()
148
if err := logsapi.ValidateAndApply(c, fg); err != nil {
149
klog.ErrorS(err, "LoggingConfiguration is invalid")
0 commit comments