Do not log unnecessarily (#3771)
This commit is contained in:
parent
d36de8a63d
commit
bef6ff9042
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ func New(checkOCSP bool,
|
|||
|
||||
recorder.Eventf(curIng, corev1.EventTypeNormal, "UPDATE", fmt.Sprintf("Ingress %s/%s", curIng.Namespace, curIng.Name))
|
||||
} else {
|
||||
klog.Infof("ignoring ingress %v based on annotation %v", curIng.Name, class.IngressKey)
|
||||
klog.V(3).Infof("No changes on ingress %v/%v. Skipping update", curIng.Namespace, curIng.Name)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue