Add debug on start/stop commands

This commit is contained in:
ppom 2025-08-08 12:00:00 +02:00
commit f4b5ed20ab
No known key found for this signature in database

View file

@ -352,6 +352,7 @@ mod jsonnet {
}
fn run_commands(commands: &Vec<Vec<String>>, moment: &str) -> bool {
debug!("Running {moment} commands...");
let mut ok = true;
for command in commands {
info!("{} command: run {:?}\n", moment, command);