Skip to content

Commit

Permalink
fix: compliance worker logs
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Nov 12, 2024
1 parent 4d19b1a commit 9f6f4cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/compliance/runner/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ func (w *Worker) RunJob(ctx context.Context, j Job) (int, error) {
zap.Uint("job_id", j.ID),
zap.Int("res_count", len(res.Data)),
zap.Int("caller_count", len(j.ExecutionPlan.Callers)),
zap.Any("res", *res),
zap.String("query", j.ExecutionPlan.Query.QueryToExecute),
zap.String("query_id", j.ExecutionPlan.Query.ID),
)
totalComplianceResultCountMap := make(map[string]int)

Expand Down

0 comments on commit 9f6f4cb

Please sign in to comment.