Skip to content

Commit

Permalink
Make logs less spammy (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmantica11 authored Nov 8, 2024
1 parent 1dc1fae commit 59659e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ingester/fetchers/poller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ pub async fn fetch_block_with_infinite_retries(
return None;
}
}
log::info!("Failed to fetch block: {}. {}", slot, e.to_string());
metric! {
statsd_count!("rpc_block_fetch_failed", 1);
}
Expand Down

0 comments on commit 59659e4

Please sign in to comment.