---
title: "How We Cut Log Volume Without Blindfolding Production"
url: https://daily.dev/posts/how-we-cut-log-volume-without-blindfolding-production-kpacxmvea
source_url: https://medium.com/appsflyerengineering/how-we-cut-log-volume-without-blindfolding-production-05d82be13ec9
type: article
source: "AppsFlyer Engineering"
published: 2025-11-30T15:43:48.787Z
updated: 2025-11-30T15:44:15.155Z
tags: ["aws", "kubernetes", "logging", "observability", "finops"]
reading_time: 7
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How We Cut Log Volume Without Blindfolding Production

**[AppsFlyer Engineering](https://daily.dev/sources/appsflyer)** · 7 min read · 0 upvotes · 0 comments

## Summary

AppsFlyer reduced log volume by 66% without compromising production visibility by building an offline validation framework. Instead of manually tuning log levels across 1,800 sources, they partnered with Auditty to deploy a host-level agent that suppresses repetitive logs. The validation approach involved replaying peak production traffic through S3 and Athena, testing the suppression engine offline before live deployment. The solution required zero code changes, maintained security boundaries, and gave service owners full control through Kubernetes-native configuration. Rolling out to Kafka clusters achieved 50% log reduction across 1,000+ servers while preserving critical debugging signals.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://medium.com/appsflyerengineering/how-we-cut-log-volume-without-blindfolding-production-05d82be13ec9>

## Similar posts on daily.dev

- [How to Reduce Log Data Costs Without Losing Important Signals](https://daily.dev/posts/how-to-reduce-log-data-costs-without-losing-important-signals-cgdw8bnaj) · Last9 · 0 upvotes · 0 comments
- [Yelp Publishes Blueprint for Managing S3 Server-Access Logs at Massive Scale](https://daily.dev/posts/yelp-publishes-blueprint-for-managing-s3-server-access-logs-at-massive-scale-l0en9vc0e) · InfoQ · 2 upvotes · 0 comments
- [S3 server access logs at scale](https://daily.dev/posts/s3-server-access-logs-at-scale-77agftnrm) · Yelp Engineering · 0 upvotes · 0 comments
- [Scaling observability at Character.AI: thousands of GPUs, 10x logs, and 50% lower cost with ClickStack](https://daily.dev/posts/scaling-observability-at-character-ai-thousands-of-gpus-10x-logs-and-50-lower-cost-with-clicksta-yc784ojkg) · ClickHouse · 2 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#kubernetes](https://daily.dev/tags/kubernetes), [#logging](https://daily.dev/tags/logging), [#observability](https://daily.dev/tags/observability), [#finops](https://daily.dev/tags/finops)

[View this post on daily.dev](https://daily.dev/posts/how-we-cut-log-volume-without-blindfolding-production-kpacxmvea)
