ai cooking
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

better log (#535)

Co-authored-by: paul miller <paul.miller>

authored by

Paul Miller
paul miller
and committed by
GitHub
9d81de26 c062ba3b

+1
+1
internal/ingredients/grading/cache.go
··· 81 81 if len(missingIngredients) == 0 { 82 82 return results, nil 83 83 } 84 + slog.InfoContext(ctx, "grading non cached", "cached", len(results), "missing", len(missingIngredients)) 84 85 85 86 gradedIngredients, err := c.grader.GradeIngredients(ctx, missingIngredients) 86 87