diff --git a/shared/management/client/grpc.go b/shared/management/client/grpc.go index af8f3cd74..3f2ea3441 100644 --- a/shared/management/client/grpc.go +++ b/shared/management/client/grpc.go @@ -287,7 +287,7 @@ func (c *GrpcClient) sendJobResponse( return err } - log.WithContext(ctx).Infof("Job %s completed successfully", resp.ID) + log.WithContext(ctx).Infof("job response sent for job %s (status: %s)", string(resp.ID), resp.Status.String()) return nil }