Skip to content

Commit

Permalink
fix: conflicting type of "workflow" logging attribute (#12083)
Browse files Browse the repository at this point in the history
Signed-off-by: Vasily Chekalkin <[email protected]>
  • Loading branch information
bacek authored Oct 26, 2023
1 parent 08096fc commit 2abc16f
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 @@ -261,8 +261,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 2abc16f

Please sign in to comment.