Skip to content

Commit

Permalink
external resolver log lowered to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Mar 11, 2024
1 parent 91d8c1a commit 63e4fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/erc20_rpc_pool/src/rpc_pool/pool/resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ impl ExternalSourceResolver {
let pool = pool.clone();
let self_clone = self.clone();
Some(tokio::spawn(async move {
log::info!("Starting external resolver for chain id: {}", pool.chain_id);
log::debug!("Starting external resolver for chain id: {}", pool.chain_id);
self_clone.resolve_external_addresses_int(pool).await;
}))
}
Expand Down

0 comments on commit 63e4fec

Please sign in to comment.