Merge pull request #4671 from Roasbeef/health-check-logging
healthcheck: bump logging for failed healthchecks to info
This commit is contained in:
commit
b6c161bcfc
@ -215,7 +215,7 @@ func (o *Observation) retryCheck(quit chan struct{}, shutdown shutdownFunc) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Debugf("Health check: %v, call: %v failed with: %v, "+
|
log.Infof("Health check: %v, call: %v failed with: %v, "+
|
||||||
"backing off for: %v", o, count, err, o.Backoff)
|
"backing off for: %v", o, count, err, o.Backoff)
|
||||||
|
|
||||||
// If we are still within the number of calls allowed for this
|
// If we are still within the number of calls allowed for this
|
||||||
|
Loading…
Reference in New Issue
Block a user