diff --git a/op-batcher/batcher/service.go b/op-batcher/batcher/service.go index 19b409a726a3f..51989a8f6162b 100644 --- a/op-batcher/batcher/service.go +++ b/op-batcher/batcher/service.go @@ -254,6 +254,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,