Skip to content

Commit

Permalink
chore: improve HaveNotReceivedUpdatesForAWhile warning (#8356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored May 23, 2024
1 parent c5bc960 commit 155876d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/node/events/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ impl<DB> NodeState<DB> {
warn!("Beacon client online, but never received consensus updates. Please ensure your beacon client is operational to follow the chain!")
}
ConsensusLayerHealthEvent::HaveNotReceivedUpdatesForAWhile(period) => {
warn!(?period, "Beacon client online, but no consensus updates received for a while. Please fix your beacon client to follow the chain!")
warn!(?period, "Beacon client online, but no consensus updates received for a while. This may be because of a reth error, or an error in the beacon client! Please investigate reth and beacon client logs!")
}
}
}
Expand Down

0 comments on commit 155876d

Please sign in to comment.