Redundant eth1 (Eth1Provider) logs vs execution logging when (dis)connected #6128
Labels
good first issue
Issues that are suitable for first-time contributors.
help wanted
The author indicates that additional help is wanted.
meta-bug
Issues that identify a bug and require a fix.
prio-low
This is nice to have.
scope-logging
Issue about logs: hygiene, format issues, improvements.
Describe the bug
When a connected execution client goes offline, Lodestar detects the disconnection, but prints out the two following logs:
We get errors from
eth1
,execution
, andnetwork
relating to the same issue. When execution is online again, we receive the following logs:Expected behavior
There shouldn't be an overwhelming amount, nor redundant logging for users when an execution client goes offline. We should aim to just keep the
execution
logging and disregard theEth1Provider
logs unless it is necessary for something else.Steps to reproduce
Additional context
No response
Operating system
Linux
Lodestar version or commit hash
unstable
The text was updated successfully, but these errors were encountered: