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…
Reference in New Issue