mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-23 23:44:24 +01:00
Merge pull request #4671 from Roasbeef/health-check-logging
healthcheck: bump logging for failed healthchecks to info
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user