Update log level

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
This commit is contained in:
faizanahmad055
2022-11-30 22:34:02 +01:00
parent 694baf715c
commit aafe3365eb

View File

@@ -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)
}