mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
routing: demote channel update logging to trace
This commit is contained in:
parent
1a13e44cde
commit
ef56f76200
@ -1131,7 +1131,7 @@ func (r *ChannelRouter) processUpdate(msg interface{}) error {
|
||||
}
|
||||
|
||||
invalidateCache = true
|
||||
log.Debugf("New channel update applied: %v", spew.Sdump(msg))
|
||||
log.Tracef("New channel update applied: %v", spew.Sdump(msg))
|
||||
|
||||
default:
|
||||
return errors.Errorf("wrong routing update message type")
|
||||
|
Loading…
Reference in New Issue
Block a user