diff --git a/protocol-units/da/movement/protocol/light-node/src/sequencer.rs b/protocol-units/da/movement/protocol/light-node/src/sequencer.rs index cfc8876e5..93730c418 100644 --- a/protocol-units/da/movement/protocol/light-node/src/sequencer.rs +++ b/protocol-units/da/movement/protocol/light-node/src/sequencer.rs @@ -87,7 +87,7 @@ impl LightNodeRuntime info!("Initializing LightNode in sequencer mode from environment."); let pass_through = LightNodePassThrough::try_from_config(config.clone()).await?; - info!("Initialized pass through for LightNode in sequencer mode."); + info!("Initialized pass through for LightNode in sequencer mode: {pass_through:?}"); let memseq_path = pass_through.config.try_memseq_path()?; info!("Memseq path: {:?}", memseq_path);