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 55ac6ba9fc
commit 219eabdbf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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