We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f7ca6 commit 5777e1bCopy full SHA for 5777e1b
1 file changed
ghostscope/tests/script_execution.rs
@@ -260,7 +260,8 @@ async fn run_ghostscope_with_script_opt(
260
OsString::from("--no-save-ebpf"),
261
OsString::from("--no-save-ast"),
262
];
263
- // Always enable console logging for CI visibility
+ // Always enable file + console logging for CI visibility
264
+ args.push(OsString::from("--log"));
265
args.push(OsString::from("--log-console"));
266
args.push(OsString::from("--log-level"));
267
args.push(OsString::from("info"));
0 commit comments