Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
feat(proposer): optimize proposer logs (#464)
Browse files Browse the repository at this point in the history
Co-authored-by: David <david@taiko.xyz>
  • Loading branch information
bnovil and davidtaikocha committed Dec 7, 2023
1 parent eb5bc7a commit c7e899d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/rpc/methods.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ func (c *Client) WaitTillL2ExecutionEngineSynced(ctx context.Context) error {
}

if progress.isSyncing() {
log.Info("L2 execution engine is syncing", "progress", progress)
log.Info("L2 execution engine is syncing", "CurrentBlockID", progress.CurrentBlockID,
"HighestBlockID", progress.HighestBlockID, "progress", progress.SyncProgress)
return errSyncing
}

Expand Down

0 comments on commit c7e899d

Please sign in to comment.