diff --git a/pkg/rpc/methods.go b/pkg/rpc/methods.go index c2c83e693..129db8b50 100644 --- a/pkg/rpc/methods.go +++ b/pkg/rpc/methods.go @@ -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 }