Skip to content

Commit

Permalink
feat(da): output namespace in da light node log
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed Feb 13, 2025
1 parent 4806157 commit e1c73f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e1c73f7

Please sign in to comment.