Skip to content

Commit

Permalink
feat(main): lower log level
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes committed Dec 1, 2023
1 parent 8252192 commit 83538d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async fn main() -> anyhow::Result<()> {

// Peer check doesn't work on goerli, so we skip it.
if ENV_CONFIG.network == Network::Goerli {
info!("goerli network, skipping geth peer count check");
debug!("goerli network, skipping geth peer count check");
} else {
let min_peer_count = if ENV_CONFIG.network == Network::Mainnet {
10
Expand Down

0 comments on commit 83538d4

Please sign in to comment.