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
|
invalidateCache = true
|
||||||
log.Debugf("New channel update applied: %v", spew.Sdump(msg))
|
log.Tracef("New channel update applied: %v", spew.Sdump(msg))
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return errors.Errorf("wrong routing update message type")
|
return errors.Errorf("wrong routing update message type")
|
||||||
|
Loading…
Reference in New Issue
Block a user