mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 06:23:10 +00:00
sharding: reduce log level for a too spammy message (#3045)
This commit is contained in:
parent
e7ae1a0382
commit
3921036ced
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user