From db3b157a4738ae625df8d38906427433a52a54f6 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Tue, 18 Apr 2023 21:19:55 -0700 Subject: [PATCH] really. shut up. i mean it --- web3_proxy/src/bin/web3_proxy_cli/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3_proxy/src/bin/web3_proxy_cli/main.rs b/web3_proxy/src/bin/web3_proxy_cli/main.rs index e9f4022f..a6e99f56 100644 --- a/web3_proxy/src/bin/web3_proxy_cli/main.rs +++ b/web3_proxy/src/bin/web3_proxy_cli/main.rs @@ -144,8 +144,8 @@ fn main() -> anyhow::Result<()> { vec![ "info", "ethers=debug", - // TODO: even error is too verbose for our purposes. how can we turn off this logging entirely? "ethers_providers=error", + "ethers_providers::rpc=off", "redis_rate_limit=debug", "web3_proxy=debug", "web3_proxy_cli=debug",