diff --git a/op-batcher/batcher/service.go b/op-batcher/batcher/service.go index 45808b3c00db..f03ee2b5c232 100644 --- a/op-batcher/batcher/service.go +++ b/op-batcher/batcher/service.go @@ -262,6 +262,7 @@ func (bs *BatcherService) initChannelConfig(cfg *CLIConfig) error { bs.Log.Info("Initialized channel-config", "da_type", cfg.DataAvailabilityType, "use_alt_da", bs.UseAltDA, + "multi_frame_txs", cc.MultiFrameTxs, "max_frame_size", cc.MaxFrameSize, "target_num_frames", cc.TargetNumFrames, "compressor", cc.CompressorConfig.Kind,