Skip to content

Commit

Permalink
Change the log level for unrecognized json fields from debug to trace
Browse files Browse the repository at this point in the history
  • Loading branch information
zah committed Jun 9, 2022
1 parent 2edf33d commit 9750a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/spec/eth2_apis/eth2_rest_serialization.nim
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ template unrecognizedFieldWarning =
# TODO: There should be a different notification mechanism for informing the
# caller of a deserialization routine for unexpected fields.
# The chonicles import in this module should be removed.
debug "JSON field not recognized by the current version of Nimbus. Consider upgrading",
trace "JSON field not recognized by the current version of Nimbus. Consider upgrading",
fieldName, typeName = typetraits.name(typeof value)

## ForkedBeaconBlock
Expand Down

0 comments on commit 9750a2a

Please sign in to comment.