lighthouse/beacon_node/eth1
Pawan Dhananjay 63eeb14a81 Improve eth1 fallback logging (#2096)
## Issue Addressed

N/A

## Proposed Changes

There seemed to be confusion among discord users on the eth1 fallback logging
```
WARN Error connecting to eth1 node. Trying fallback ..., endpoint: http://127.0.0.1:8545/, service: eth1_rpc
```
The assumption users seem to be making here is that it is trying the fallback and fallback=endpoint in the log.

This PR improves the logging to be like
```
WARN Error connecting to eth1 node endpoint, endpoint: http://127.0.0.1:8545/, action: trying fallbacks, service: eth1_rpc
```

I think this is a bit more clear that the endpoint that failed is the one in the log.
2020-12-16 02:39:09 +00:00
..
src Improve eth1 fallback logging (#2096) 2020-12-16 02:39:09 +00:00
tests Improve compile time (#1989) 2020-12-09 01:34:58 +00:00
Cargo.toml Update dependencies (#2084) 2020-12-14 02:28:19 +00:00