mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
utxonursery: demote building nursery report log to debug
Log can be pretty spammy when using the pendingchannels rpc, which creates a log for each closing channel. Should help clear up logs for more pertinent information.
This commit is contained in:
parent
e2a53f71d0
commit
c9a6d5bad5
@ -498,7 +498,7 @@ func (u *utxoNursery) NurseryReport(
|
||||
u.mu.Lock()
|
||||
defer u.mu.Unlock()
|
||||
|
||||
utxnLog.Infof("NurseryReport: building nursery report for channel %v",
|
||||
utxnLog.Debugf("NurseryReport: building nursery report for channel %v",
|
||||
chanPoint)
|
||||
|
||||
report := &contractMaturityReport{}
|
||||
|
Loading…
Reference in New Issue
Block a user