Update log level

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
This commit is contained in:
faizanahmad055
2022-11-30 22:37:50 +01:00
parent e417e8bc12
commit b414e3b350
+1 -2
View File
@@ -182,6 +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.Errorf("Dropping key out of the queue: %v", err)
logrus.Debugf("Dropping the key %q out of the queue: %v", key, err)
logrus.Infof("Dropping key out of the queue: %v", err)
}