Logging Standards
Apply consistent logging so operations are debuggable and compliant without leaking secrets or PII.
When to Activate
- Adding or refactoring log statements
- User asks for "logging", "log format", or "what to log"
- Defining or reviewing logging standards for the project
- After an incident where logs were insufficient or leaked data
Core Principles
- Structured — Prefer key-value fields (e.g. JSON) over long prose so logs are queryable and parseable. Use the s
[Description truncada. Veja o README completo no GitHub.]