← Graph

Audit and reduce existing log volume before adding more

takeaway 2 connections

Callaghan's cost-control advice: audit what's being logged. At BiggerPockets a three-day audit reduced the logging bill by 41%. Grouping by content key (or using a vendor feature that shows message patterns) surfaces outliers — he found the string 'okay' was being logged ~231 million times per month. Filter noisy logs via semantic_logger's proc filter, or exclude them at the collector. Pair with adding only what's needed for concrete questions to avoid cost sprawl.

type
recommendation
takeaway Audit and reduce existing log volume before adding more
about
Recommends using semantic_logger's proc-based filter to drop noisy log patterns.
takeaway Audit and reduce existing log volume before adding more
from_talk
Callaghan's cost-control story during Q&A about a 41% logging-bill reduction at BiggerPockets.

Provenance

Read by
3 extractions