lower log level

This commit is contained in:
Bryan Stitt 2023-05-31 16:07:13 -07:00
parent fbe0ecfbff
commit 8709737d74

View File

@ -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 {