Skip to content

Commit

Permalink
chore: better config dump output
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Aug 7, 2022
1 parent a05a35c commit bf75e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub async fn run() -> anyhow::Result<()> {
let config = Config::from_path(cli.config, EnvOverride { redis_password })?;
match (run_cmd(config.clone()).await, crash_report_config) {
(Err(e), Some(true)) => {
println!("Config:");
println!("Stablesats was started with the following config:");
println!("{}", serde_yaml::to_string(&config).unwrap());
return Err(e);
}
Expand Down

0 comments on commit bf75e17

Please sign in to comment.