Skip to content

Commit

Permalink
fix: conflicting type of "workflow" logging attribute (argoproj#12083)
Browse files Browse the repository at this point in the history
Signed-off-by: Vasily Chekalkin <bacek@bacek.com>
Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com>
  • Loading branch information
bacek authored and dpadhiar committed May 9, 2024
1 parent c2bcbca commit cf496ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ func (wfc *WorkflowController) Run(ctx context.Context, wfWorkers, workflowTTLWo
log.WithField("version", argo.GetVersion().Version).
WithField("defaultRequeueTime", GetRequeueTime()).
Info("Starting Workflow Controller")
log.WithField("workflow", wfWorkers).
WithField("workflowTtl", workflowTTLWorkers).
log.WithField("workflowWorkers", wfWorkers).
WithField("workflowTtlWorkers", workflowTTLWorkers).
WithField("podCleanup", podCleanupWorkers).
Info("Current Worker Numbers")

Expand Down

0 comments on commit cf496ea

Please sign in to comment.