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()
|
u.mu.Lock()
|
||||||
defer u.mu.Unlock()
|
defer u.mu.Unlock()
|
||||||
|
|
||||||
utxnLog.Infof("NurseryReport: building nursery report for channel %v",
|
utxnLog.Debugf("NurseryReport: building nursery report for channel %v",
|
||||||
chanPoint)
|
chanPoint)
|
||||||
|
|
||||||
report := &contractMaturityReport{}
|
report := &contractMaturityReport{}
|
||||||
|
Loading…
Reference in New Issue
Block a user