Skip to content

Commit

Permalink
Add a log statement for when we process an example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi committed Oct 7, 2024
1 parent 32cbf3b commit b426981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/pkg/eval/evaluator.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ func (e *Evaluator) processExamples(ctx context.Context, examples []*v1alpha1.Ev
log.V(logs.Debug).Info("Skipping example; already processed")
continue
}
log.Info("Processing example")

var processErr error

Expand Down

0 comments on commit b426981

Please sign in to comment.