mirror of
https://github.com/stakater/Reloader.git
synced 2026-05-02 23:06:35 +00:00
Merge pull request #363 from stakater/update-log-level
Update log level
This commit is contained in:
@@ -182,5 +182,6 @@ 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.Errorf("Dropping key out of the queue: %v", err)
|
||||
logrus.Debugf("Dropping the key %q out of the queue: %v", key, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user