Skip to content

Commit

Permalink
feat: move template lof in argoexec to debug loglevel
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-codefresh committed Dec 15, 2023
1 parent 96276a4 commit 05c4e52
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 @@ -129,11 +129,11 @@ func initExecutor() *executor.WorkflowExecutor {
progressFileTickDuration,
)

log.Debugf("template: %s", wfv1.MustMarshallJSON(&wfExecutor.Template))
log.
WithField("version", version.String()).
WithField("namespace", namespace).
WithField("podName", podName).
WithField("template", wfv1.MustMarshallJSON(&wfExecutor.Template)).
WithField("includeScriptOutput", includeScriptOutput).
WithField("deadline", deadline).
Info("Executor initialized")
Expand Down

0 comments on commit 05c4e52

Please sign in to comment.