Skip to content

Commit

Permalink
Print software version
Browse files Browse the repository at this point in the history
  • Loading branch information
azarovh committed Jan 12, 2024
1 parent dbb1f0a commit 1e720af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions node-lib/src/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,11 @@ async fn start(
return Ok(NodeSetupResult::DataDirCleanedUp);
}

log::info!(
"Starting mintlayer-core version {}",
chain_config.software_version()
);

log::info!("Starting with the following config:\n {node_config:#?}");
let (manager, controller) = match initialize(
chain_config.clone(),
Expand Down

0 comments on commit 1e720af

Please sign in to comment.