Skip to content

Commit

Permalink
fix: added log
Browse files Browse the repository at this point in the history
  • Loading branch information
exu committed Aug 8, 2024
1 parent 22481ed commit 7f70739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/testworkflows/testworkflowexecutor/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,8 @@ func (e *executor) Execute(ctx context.Context, workflow testworkflowsv1.TestWor
RunnerId: e.runnerID,
RunningContext: request.RunningContext,
}

e.emitter.Log.Infow("inserting test workflow", "request", request, "execution", execution)
err = e.repository.Insert(ctx, execution)
if err != nil {
return execution, errors.Wrap(err, "inserting execution to storage")
Expand Down

0 comments on commit 7f70739

Please sign in to comment.