Skip to content

Commit af70f78

Browse files
committed
fix: move log with potential sensitive data to debug loglevel. Fixes: argoproj#12366 (argoproj#12368)
Signed-off-by: Denys Melnyk <[email protected]>
1 parent 96276a4 commit af70f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/argoexec/commands/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func initExecutor() *executor.WorkflowExecutor {
133133
WithField("version", version.String()).
134134
WithField("namespace", namespace).
135135
WithField("podName", podName).
136-
WithField("template", wfv1.MustMarshallJSON(&wfExecutor.Template)).
136+
WithField("templateName", wfExecutor.Template.Name).
137137
WithField("includeScriptOutput", includeScriptOutput).
138138
WithField("deadline", deadline).
139139
Info("Executor initialized")

0 commit comments

Comments
 (0)