lower log level
This commit is contained in:
parent
fbe0ecfbff
commit
8709737d74
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user