Skip to content

Commit

Permalink
trace firecracker
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Dec 7, 2024
1 parent 3509c2b commit 8a394c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/ci/firecracker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ impl Firecracker {

let log_path = Path::new("firecracker.log");
sh.write_file(log_path, "")?;
let res = cmd!(sh, "{program} {arg...} --no-api --config-file {config_path} --log-path {log_path} --level Info --show-level --show-log-origin").run();
let res = cmd!(sh, "{program} {arg...} --no-api --config-file {config_path} --log-path {log_path} --level Trace --show-level --show-log-origin").run();
let log = sh.read_file(log_path)?;

eprintln!("firecracker log");
Expand Down

0 comments on commit 8a394c0

Please sign in to comment.