Skip to content

Commit

Permalink
Merge pull request #323 from codefresh-io/CR-20826-argoexec-sensitive…
Browse files Browse the repository at this point in the history
…-log

feat: move template log in argoexec to debug loglevel
  • Loading branch information
denis-codefresh authored Dec 22, 2023
2 parents 96276a4 + af70f78 commit 8598ced
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 @@ -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 8598ced

Please sign in to comment.