Skip to content

Commit

Permalink
sharding: reduce log level for a too spammy message (#3045)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status authored Sep 20, 2024
1 parent 0a7f16a commit 7add5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/waku_enr/sharding.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7add5b7

Please sign in to comment.