What problem does it solve?
This Skill turns messy, scattered debug-style logging into consistent, production-ready structured logs that you can reliably query during incidents.
Core Features & Use Cases
- Wide, one-event-per-request logging: emits a single rich canonical log line at request completion instead of many fragmented
info() calls.
- Production-ready schema design: defines essential field buckets for correlation, user context, HTTP metadata, performance metrics, business values, and errors.
- Noise and risk controls: applies tail sampling decisions at the end of the request and prevents sensitive data leakage via redaction and hashing guidance.
- Query-driven field modeling: ensures the log schema supports real SQL-style investigation questions, with clear guidance when fields are missing.
Quick Start
Use logging-standards whenever you’re asked to “add some logging” or “I need better logs,” so you can produce queryable structured events for production observability.