We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f819729 commit aad5795Copy full SHA for aad5795
src/bootstrap/src/utils/tracing.rs
@@ -55,7 +55,7 @@ macro_rules! trace_cmd {
55
::tracing::span!(
56
target: "COMMAND",
57
::tracing::Level::TRACE,
58
- "executing command",
+ "cmd",
59
cmd = $cmd.fingerprint().format_short_cmd(),
60
full_cmd = ?$cmd
61
).entered()
0 commit comments