Skip to content

Commit 9ad81cb

Browse files
committed
Trace exact Cargo command arguments
1 parent ae0b81d commit 9ad81cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/base/orchestrator/src/coordinator.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,6 +1802,8 @@ impl Container {
18021802
.await
18031803
.context(AcquirePermitSnafu)?;
18041804

1805+
trace!(?execute_cargo, "starting cargo task");
1806+
18051807
let (stdin_tx, mut stdin_rx) = mpsc::channel(8);
18061808
let (stdout_tx, stdout_rx) = mpsc::channel(8);
18071809
let (stderr_tx, stderr_rx) = mpsc::channel(8);

0 commit comments

Comments
 (0)