mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-18 13:07:58 +02:00
Merge pull request #4671 from Roasbeef/health-check-logging
healthcheck: bump logging for failed healthchecks to info
This commit is contained in:
commit
b6c161bcfc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue