From a28243d446db7748aba4f59f5f9d4cb18de9ce19 Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Thu, 27 Mar 2025 11:15:03 +0100 Subject: [PATCH] set one log to trace in waku_peer_exchang (#3336) --- waku/waku_peer_exchange/protocol.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waku/waku_peer_exchange/protocol.nim b/waku/waku_peer_exchange/protocol.nim index 4fbaa0a81..7c9005215 100644 --- a/waku/waku_peer_exchange/protocol.nim +++ b/waku/waku_peer_exchange/protocol.nim @@ -229,7 +229,7 @@ proc populateEnrCache(wpx: WakuPeerExchange) = # swap cache for new wpx.enrCache = newEnrCache - debug "ENR cache populated" + trace "ENR cache populated" proc updatePxEnrCache(wpx: WakuPeerExchange) {.async.} = # try more aggressively to fill the cache at startup