set one log to trace in waku_peer_exchang (#3336)

This commit is contained in:
Ivan FB 2025-03-27 11:15:03 +01:00 committed by GitHub
parent 926e69a12d
commit a28243d446

View File

@ -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