From ac4b7e46b461ee2321466bea0a762f0fb03abeef Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Fri, 23 Jun 2023 22:54:02 -0700 Subject: [PATCH] actually import info level --- web3_proxy/src/rpcs/consensus.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3_proxy/src/rpcs/consensus.rs b/web3_proxy/src/rpcs/consensus.rs index 563b990a..8421ba0a 100644 --- a/web3_proxy/src/rpcs/consensus.rs +++ b/web3_proxy/src/rpcs/consensus.rs @@ -20,7 +20,7 @@ use std::sync::{atomic, Arc}; use std::time::Duration; use tokio::sync::broadcast; use tokio::time::Instant; -use tracing::{debug, enabled, trace, warn, Level}; +use tracing::{debug, enabled, info, trace, warn, Level}; #[derive(Clone, Serialize)] struct ConsensusRpcData {