diff --git a/internal/pkg/controller/controller.go b/internal/pkg/controller/controller.go index 06bc00f..c71d75c 100644 --- a/internal/pkg/controller/controller.go +++ b/internal/pkg/controller/controller.go @@ -182,5 +182,5 @@ func (c *Controller) handleErr(err error, key interface{}) { c.queue.Forget(key) // Report to an external entity that, even after several retries, we could not successfully process this key runtime.HandleError(err) - logrus.Infof("Dropping the key %q out of the queue: %v", key, err) + logrus.Debugf("Dropping the key %q out of the queue: %v", key, err) }