From 8a3d041e3f124c89ff2f3a93a90fd7df5ebebaef Mon Sep 17 00:00:00 2001 From: Achim Rohn Date: Wed, 8 Apr 2026 17:03:38 +0200 Subject: [PATCH] Do not log out the payload --- workflow/workflow.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/workflow.go b/workflow/workflow.go index c377671..04ccb91 100644 --- a/workflow/workflow.go +++ b/workflow/workflow.go @@ -71,7 +71,7 @@ func (s *Step) HandleQueue(ctx context.Context, job queue.GeneralQueueJob) (queu } if nextStep != nil { result.ResultPayload[workflowIdParam] = workflowId - ersteller.Debug("Moving to next step ", nextStep.Name, "payload", result.ResultPayload) + ersteller.Debug("Moving to next step ", nextStep.Name) err = nextStep.Execute(context.Background(), result.ResultPayload) if err != nil { failurePayload := result.FailurePayload