We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96276a4 commit af70f78Copy full SHA for af70f78
cmd/argoexec/commands/root.go
@@ -133,7 +133,7 @@ func initExecutor() *executor.WorkflowExecutor {
133
WithField("version", version.String()).
134
WithField("namespace", namespace).
135
WithField("podName", podName).
136
- WithField("template", wfv1.MustMarshallJSON(&wfExecutor.Template)).
+ WithField("templateName", wfExecutor.Template.Name).
137
WithField("includeScriptOutput", includeScriptOutput).
138
WithField("deadline", deadline).
139
Info("Executor initialized")
0 commit comments