From eadbd6988200f6019dac39fac0d54f2a4ea30ab1 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Thu, 5 Aug 2021 20:37:36 +0800 Subject: [PATCH] routing: increase log level when notifying topology change --- routing/notifications.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)