Skip to content

Commit

Permalink
fix: move log with potential sensitive data to debug loglevel. Fixes: #…
Browse files Browse the repository at this point in the history
…12366 (#12368)

Signed-off-by: Denys Melnyk <denismel19@gmail.com>
  • Loading branch information
melden19 committed Dec 18, 2023
1 parent 7bb40ef commit 4f27d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/argoexec/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func initExecutor() *executor.WorkflowExecutor {
WithField("version", version.String()).
WithField("namespace", namespace).
WithField("podName", podName).
WithField("template", wfv1.MustMarshallJSON(&wfExecutor.Template)).
WithField("templateName", wfExecutor.Template.Name).
WithField("includeScriptOutput", includeScriptOutput).
WithField("deadline", deadline).
Info("Executor initialized")
Expand Down

0 comments on commit 4f27d4d

Please sign in to comment.