Skip to content

Commit

Permalink
Update log level
Browse files Browse the repository at this point in the history
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
  • Loading branch information
faizanahmad055 committed Nov 30, 2022
1 parent e417e8b commit b414e3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/pkg/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit b414e3b

Please sign in to comment.