diff --git a/zebrad/src/application.rs b/zebrad/src/application.rs index b07c41c1..6fb7a0a7 100644 --- a/zebrad/src/application.rs +++ b/zebrad/src/application.rs @@ -402,6 +402,7 @@ impl Application for ZebradApp { // Log git metadata and platform info when zebrad starts up if is_server { tracing::info!("Diagnostic {}", metadata_section); + info!(config_path = ?command.config_path(), config = ?cfg_ref, "loaded zebrad config"); } // Activate the global span, so it's visible when we load the other diff --git a/zebrad/src/commands/start.rs b/zebrad/src/commands/start.rs index b4de3e77..a524ef71 100644 --- a/zebrad/src/commands/start.rs +++ b/zebrad/src/commands/start.rs @@ -100,7 +100,6 @@ pub struct StartCmd { impl StartCmd { async fn start(&self) -> Result<(), Report> { let config = app_config().clone(); - info!(?config); info!("initializing node state"); let (_, max_checkpoint_height) = zebra_consensus::chain::init_checkpoint_list(