forked from ethereum-optimism/optimism
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
type:enhancementNew feature or requestNew feature or request
Milestone
Description
The log warning in the finalized l1 ref fetcher seems overly verbose.
It logs every time the fetcher is called with a ref higher than the current local l1-finalized head.
| f.log.Warn("requested L1 block is beyond local finalized height", "requested_block", num, "finalized_block", l1Finalized.Number) |
The fetcher is mostly used in a try-backoff-retry way and this appears constantly in normal operation on the sequencer.
I think we should remove this log message, or at least change this to debug level.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type:enhancementNew feature or requestNew feature or request