Skip to content

Commit

Permalink
chore: improve HaveNotReceivedUpdatesForAWhile warning (paradigmxyz#8356
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Rjected authored and mw2000 committed Jun 5, 2024
1 parent a7adb43 commit f855141
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 f855141

Please sign in to comment.