diff --git a/op-batcher/batcher/service.go b/op-batcher/batcher/service.go index 0243caceaa430..4f598d1ea9463 100644 --- a/op-batcher/batcher/service.go +++ b/op-batcher/batcher/service.go @@ -253,6 +253,7 @@ func (bs *BatcherService) initChannelConfig(cfg *CLIConfig) error { bs.Log.Info("Initialized channel-config", "use_blobs", bs.UseBlobs, "use_plasma", bs.UsePlasma, + "multi_frame_txs", cc.MultiFrameTxs, "max_frame_size", cc.MaxFrameSize, "target_num_frames", cc.TargetNumFrames, "compressor", cc.CompressorConfig.Kind,