Skip to content

Commit

Permalink
ref(metrics-extraction): Clean up logs (#83162)
Browse files Browse the repository at this point in the history
### Summary
These logs are noisy and we can remove them since the cacheing is
already out and working.
  • Loading branch information
k-fish authored Jan 9, 2025
1 parent 7d3b3da commit 90ee2e9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/sentry/snuba/metrics/extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,12 +660,6 @@ def should_use_on_demand_metrics(
metrics.incr("on_demand_metrics.should_use_on_demand_metrics.cache_hit")
return cached_result
else:
logger.info(
"should_use_on_demand_metrics.cache_miss",
extra={
"cache_key": local_cache_key,
},
)
result = _should_use_on_demand_metrics(
dataset=dataset,
aggregate=aggregate,
Expand Down

0 comments on commit 90ee2e9

Please sign in to comment.