Skip to content

Commit 8598ced

Browse files
Merge pull request #323 from codefresh-io/CR-20826-argoexec-sensitive-log
feat: move template log in argoexec to debug loglevel
2 parents 96276a4 + af70f78 commit 8598ced

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)