sharding: reduce log level for a too spammy message (#3045)

This commit is contained in:
Ivan FB 2024-09-20 13:22:10 +02:00 committed by Gabriel mermelstein
parent 0a7f16a332
commit b534a1c257
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ proc containsShard*(r: Record, clusterId, shardId: uint16): bool =
return false
let record = r.toTyped().valueOr:
debug "invalid ENR record", error = error
trace "invalid ENR record", error = error
return false
let rs = record.relaySharding().valueOr: