Skip to content

Commit

Permalink
Merge pull request kubernetes#4486 from jayantjain93/logging-fix
Browse files Browse the repository at this point in the history
Changed the logging level in gce cloud provider
  • Loading branch information
k8s-ci-robot authored Nov 30, 2021
2 parents 732cb65 + 843980a commit 5f2463a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/cloudprovider/gce/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ func extractAutoscalerVarFromKubeEnv(kubeEnv, name string) (value string, found
return strings.Trim(items[1], " \"'"), true, nil
}
}
klog.Infof("var %s not found in %s: %v", name, autoscalerVars, autoscalerVals)
klog.V(5).Infof("var %s not found in %s: %v", name, autoscalerVars, autoscalerVals)
return "", false, nil
}

Expand Down

0 comments on commit 5f2463a

Please sign in to comment.