diff --git a/web3_proxy/src/errors.rs b/web3_proxy/src/errors.rs index 463fde9c..63257a76 100644 --- a/web3_proxy/src/errors.rs +++ b/web3_proxy/src/errors.rs @@ -797,7 +797,7 @@ impl Web3ProxyError { ) } Self::SerdeJson(err) => { - warn!("serde json err={:?} source={:?}", err, err.source()); + trace!("serde json err={:?} source={:?}", err, err.source()); ( StatusCode::BAD_REQUEST, JsonRpcErrorData {