mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 04:24:05 +00:00
Change the log level for unrecognized json fields from debug to trace
This commit is contained in:
parent
2edf33de7d
commit
9750a2a760
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user