diff --git a/op-batcher/batcher/channel_manager.go b/op-batcher/batcher/channel_manager.go index e5e82cde26d1..8a49b7db97e3 100644 --- a/op-batcher/batcher/channel_manager.go +++ b/op-batcher/batcher/channel_manager.go @@ -226,6 +226,8 @@ func (s *channelManager) processBlocks() error { } else if err != nil { return fmt.Errorf("adding block[%d] to channel builder: %w", i, err) } + s.log.Debug("Added block to channel", "channel", s.currentChannel.ID(), "block", block) + blocksAdded += 1 latestL2ref = l2BlockRefFromBlockAndL1Info(block, l1info) s.metr.RecordL2BlockInChannel(block)