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
commit b6c161bcfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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