From c831a810b449d3e7d0e6eea9f5c47e0580e5eeb3 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Tue, 25 Jul 2023 15:15:03 -0700 Subject: [PATCH] error level for anyhow errors --- web3_proxy/src/errors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3_proxy/src/errors.rs b/web3_proxy/src/errors.rs index e08a8c1f..31533297 100644 --- a/web3_proxy/src/errors.rs +++ b/web3_proxy/src/errors.rs @@ -206,7 +206,7 @@ impl Web3ProxyError { ) } Self::Anyhow(err) => { - warn!(?err, "anyhow"); + error!(?err, "anyhow: {}", err); ( StatusCode::INTERNAL_SERVER_ERROR, JsonRpcErrorData {