lighthouse/validator_client/src
GeemoCandama b4d9fc03ee add logging for starting request and receiving block (#3858)
## Issue Addressed

#3853 

## Proposed Changes

Added `INFO` level logs for requesting and receiving the unsigned block.

## Additional Info

Logging for successfully publishing the signed block is already there. And seemingly there is a log for when "We realize we are going to produce a block" in the `start_update_service`: `info!(log, "Block production service started");
`.  Is there anywhere else you'd like to see logging around this event?


Co-authored-by: GeemoCandama <104614073+GeemoCandama@users.noreply.github.com>
2023-01-17 05:13:48 +00:00
..
duties_service Validator registration request failures do not cause us to mark BNs offline (#3488) 2022-08-29 11:35:59 +00:00
http_api Clippy lints for rust 1.66 (#3810) 2022-12-16 04:04:00 +00:00
http_metrics Builder Specs v0.2.0 (#3134) 2022-07-30 00:22:37 +00:00
signing_method Add Merge support to web3signer validators (#3318) 2022-07-15 14:16:00 +00:00
attestation_service.rs Validator registration request failures do not cause us to mark BNs offline (#3488) 2022-08-29 11:35:59 +00:00
beacon_node_fallback.rs Publish subscriptions to all beacon nodes (#3529) 2022-09-28 19:53:35 +00:00
block_service.rs add logging for starting request and receiving block (#3858) 2023-01-17 05:13:48 +00:00
check_synced.rs Remove duplicate log in BN fallback (#2116) 2021-01-06 03:01:48 +00:00
cli.rs Enable proposer boost re-orging (#2860) 2022-12-13 09:57:26 +00:00
config.rs Enable proposer boost re-orging (#2860) 2022-12-13 09:57:26 +00:00
doppelganger_service.rs Clippy lints for rust 1.66 (#3810) 2022-12-16 04:04:00 +00:00
duties_service.rs Publish subscriptions to all beacon nodes (#3529) 2022-09-28 19:53:35 +00:00
graffiti_file.rs Rust 1.54.0 lints (#2483) 2021-07-30 01:11:47 +00:00
initialized_validators.rs Web3 signer validator definitions reloading on any request (#3801) 2023-01-09 08:18:56 +00:00
key_cache.rs Clippy lints for rust 1.66 (#3810) 2022-12-16 04:04:00 +00:00
lib.rs add better err reporting UnableToOpenVotingKeystore (#3781) 2023-01-17 05:13:47 +00:00
notifier.rs Add new VC metrics for beacon node availability (#3193) 2022-05-26 02:05:16 +00:00
preparation_service.rs Publish subscriptions to all beacon nodes (#3529) 2022-09-28 19:53:35 +00:00
signing_method.rs Register validator api (#3194) 2022-06-30 00:49:21 +00:00
sync_committee_service.rs Sync committee sign bn fallback (#3624) 2022-11-13 22:40:43 +00:00
validator_store.rs Standard gas limit api (#3450) 2022-08-15 01:30:58 +00:00