error level for anyhow errors

This commit is contained in:
Bryan Stitt 2023-07-25 15:15:03 -07:00
parent 05e618f74c
commit c831a810b4

View File

@ -206,7 +206,7 @@ impl Web3ProxyError {
)
}
Self::Anyhow(err) => {
warn!(?err, "anyhow");
error!(?err, "anyhow: {}", err);
(
StatusCode::INTERNAL_SERVER_ERROR,
JsonRpcErrorData {