Merge pull request #4671 from Roasbeef/health-check-logging

healthcheck: bump logging for failed healthchecks to info
This commit is contained in:
Johan T. Halseth
2020-10-05 10:59:09 +02:00
committed by GitHub

View File

@@ -215,7 +215,7 @@ func (o *Observation) retryCheck(quit chan struct{}, shutdown shutdownFunc) {
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)
// If we are still within the number of calls allowed for this