structured-logging
Installation
SKILL.md
Structured Logging
Core Philosophy
- Logs are optimized for querying, not writing — design with debugging in mind
- A log without correlation IDs is useless in distributed systems
- If you can't answer "Who was affected? What failed? When? Why?" within 5 minutes, logging needs work
Structured Format
Always use key-value pairs (JSON), never string interpolation.