lighthouse/beacon_node/network
Paul Hauner 59e45fe349 Reduce verbosity of reprocess queue logs (#4101)
## Issue Addressed

NA

## Proposed Changes

Replaces #4058 to attempt to reduce `ERRO Failed to send scheduled attestation` spam and provide more information for diagnosis. With this PR we achieve:

- When dequeuing attestations after a block is received, send only one log which reports `n` failures (rather than `n` logs reporting `n` failures).
- Make a distinction in logs between two separate attestation dequeuing events.
- Add more information to both log events to help assist with troubleshooting.

## Additional Info

NA
2023-03-21 05:15:00 +00:00
..
src Reduce verbosity of reprocess queue logs (#4101) 2023-03-21 05:15:00 +00:00
Cargo.toml Correct a race condition when dialing peers (#4056) 2023-03-16 05:44:54 +00:00