What problem does it solve?
This Skill helps engineering teams design, implement, and maintain structured, context-rich logs to improve observability, incident response, and debugging efficiency.
Core Features & Use Cases
- Wide Event Logging: Promote comprehensive, single-event logging per request with rich context.
- Structured Logs: Enforce key-value formats and machine-parseable fields for reliable querying.
- Context Propagation: Propagate trace_id/request_id and related metadata across service boundaries for end-to-end tracing.
- Logging Governance: Provide guidelines to avoid sensitive data leakage and support compliance requirements.
- Use Case: In a distributed system, applying these practices makes it easier to diagnose failures by correlating logs across services.
Quick Start
Apply the logging-sucks guidelines to implement structured logging and context propagation across your codebase.