Skip to content

Commit aad5795

Browse files
committed
Use shorter command span label
1 parent f819729 commit aad5795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/utils/tracing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ macro_rules! trace_cmd {
5555
::tracing::span!(
5656
target: "COMMAND",
5757
::tracing::Level::TRACE,
58-
"executing command",
58+
"cmd",
5959
cmd = $cmd.fingerprint().format_short_cmd(),
6060
full_cmd = ?$cmd
6161
).entered()

0 commit comments

Comments
 (0)