Skip to content

Commit

Permalink
fix: Do not log sensitive fields (#3348)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Alpar <[email protected]>
  • Loading branch information
aaron-kasten authored Jan 30, 2025
1 parent 3fb7f42 commit 6fabdea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/kopia/command/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ func bashCommand(args logsafe.Cmd) []string {
}

func MakeKanxCommand(args []string) []string {
log.Info().Print("KanX Command", field.M{"Command": args})
return append([]string{"kando", "process", "client", "execute", "--signal-proxy", "--quiet", "--"}, args...)
}

Expand Down

0 comments on commit 6fabdea

Please sign in to comment.