Skip to content

Commit

Permalink
add start event
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti committed Sep 12, 2023
1 parent f0f3706 commit c7bc4c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/api_client/clients/client_connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ func handleTaskUpdate(task *taskDTO, op types.Operation, log logging.Logger) (ty
}
op = nextOp
log = log.WithArgs(logging.LogKeyOp, op)
log.Start("Starting")
}
log.Info(line)

Expand Down

0 comments on commit c7bc4c6

Please sign in to comment.