diff --git a/rust/stackablectl/src/cmds/demo.rs b/rust/stackablectl/src/cmds/demo.rs index af005597..337369d6 100644 --- a/rust/stackablectl/src/cmds/demo.rs +++ b/rust/stackablectl/src/cmds/demo.rs @@ -318,7 +318,7 @@ async fn install_cmd( transfer_client: &xfer::Client, release_branch: &str, ) -> Result { - info!("Installing demo {}", args.demo_name); + info!(%release_branch, "Installing demo {}", args.demo_name); // Init result output and progress output let mut output = cli.result();