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 authored and sarabala1979 committed Jan 8, 2024
1 parent 4cce920 commit b89b161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/argoexec/commands/root.go
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 b89b161

Please sign in to comment.