diff --git a/internal/ingress/controller/controller.go b/internal/ingress/controller/controller.go index 1bbfe42d1..a08377633 100644 --- a/internal/ingress/controller/controller.go +++ b/internal/ingress/controller/controller.go @@ -948,7 +948,7 @@ func (n *NGINXController) createServers(data []*ingress.Ingress, // special "catch all" case, Ingress with a backend but no rule defLoc := servers[defServerName].Locations[0] if defLoc.IsDefBackend && len(ing.Spec.Rules) == 0 { - klog.Infof("Ingress %q defines a backend but no rule. Using it to configure the catch-all server %q", + klog.V(2).Infof("Ingress %q defines a backend but no rule. Using it to configure the catch-all server %q", ingKey, defServerName) defLoc.IsDefBackend = false