lighthouse/validator_client/src
GeemoCandama 12bdde13fe 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-25 14:21:16 +01: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 merge upstream/unstable 2022-12-28 14:43:25 -06:00
http_metrics merge with unstable fixes 2022-11-01 13:26:56 -04:00
signing_method cleanup 2022-12-30 11:00:14 -05: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-25 14:21:16 +01: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-25 14:21:16 +01: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 cleanup 2022-12-30 11:00:14 -05:00
sync_committee_service.rs Sync committee sign bn fallback (#3624) 2022-11-13 22:40:43 +00:00
validator_store.rs Fixed Compiler Warnings & Failing Tests (#3771) 2022-12-03 10:42:12 +11:00