Skip to content

Commit

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

Signed-off-by: Denys Melnyk <[email protected]>
  • Loading branch information
melden19 committed Dec 22, 2023
1 parent 96276a4 commit af70f78
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 af70f78

Please sign in to comment.