From 1fab1b1d46e1e66616b6cf5738dc69cd59579147 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 24 Apr 2023 11:21:53 -0700 Subject: [PATCH] oops. lower this log level --- web3_proxy/src/rpcs/request.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web3_proxy/src/rpcs/request.rs b/web3_proxy/src/rpcs/request.rs index ffcfbcee..bbad1ab9 100644 --- a/web3_proxy/src/rpcs/request.rs +++ b/web3_proxy/src/rpcs/request.rs @@ -218,8 +218,8 @@ impl OpenRequestHandle { .active_requests .fetch_sub(1, std::sync::atomic::Ordering::Relaxed); - // // TODO: i think ethers already has trace logging (and does it much more fancy) - debug!( + // TODO: i think ethers already has trace logging (and does it much more fancy) + trace!( "response from {} for {} {:?}: {:?}", self.rpc, method, params, response, );