Skip to content

Commit 5777e1b

Browse files
committed
feat: just for test
1 parent 88f7ca6 commit 5777e1b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ghostscope/tests/script_execution.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ async fn run_ghostscope_with_script_opt(
260260
OsString::from("--no-save-ebpf"),
261261
OsString::from("--no-save-ast"),
262262
];
263-
// Always enable console logging for CI visibility
263+
// Always enable file + console logging for CI visibility
264+
args.push(OsString::from("--log"));
264265
args.push(OsString::from("--log-console"));
265266
args.push(OsString::from("--log-level"));
266267
args.push(OsString::from("info"));

0 commit comments

Comments
 (0)