diff --git a/routing/notifications.go b/routing/notifications.go index 0fc8feba1..02956c84c 100644 --- a/routing/notifications.go +++ b/routing/notifications.go @@ -125,7 +125,7 @@ func (r *ChannelRouter) notifyTopologyChange(topologyDiff *TopologyChange) { return } - log.Tracef("Sending topology notification to %v clients %v", + log.Debugf("Sending topology notification to %v clients %v", numClients, newLogClosure(func() string { return spew.Sdump(topologyDiff)