Skip to content

Commit 69b75c7

Browse files
Update rust/stackablectl/src/cmds/release.rs
Co-authored-by: Nick <[email protected]>
1 parent 9f6f8e6 commit 69b75c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/stackablectl/src/cmds/release.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ async fn install_cmd(
356356
}
357357
}
358358

359-
#[instrument(skip(cli, release_list, transfer_client), fields(indicatif.pb_show = true))]
359+
#[instrument(skip_all, fields(indicatif.pb_show = true))]
360360
async fn upgrade_cmd(
361361
args: &ReleaseUpgradeArgs,
362362
cli: &Cli,

0 commit comments

Comments
 (0)