diff --git a/appmgr/src/auth.rs b/appmgr/src/auth.rs index 9ed1d67c4..36face018 100644 --- a/appmgr/src/auth.rs +++ b/appmgr/src/auth.rs @@ -43,7 +43,7 @@ fn gen_pwd() { ) } -#[instrument] +#[instrument(skip(ctx, password))] async fn cli_login( ctx: CliContext, password: Option,