logging-best-practices
Audited by Runlayer on Feb 23, 2026
Malicious tool definition detected
Tool: SKILL.md Description: --- name: logging-best-practices description: Logging best practices focused on wide events (canonical log lines) for powerful debugging and analytics license: MIT metadata: author: boristane version: "1.0.0" --- # Logging Best Practices Skill Version: 1.0.0 ## Purpose This skill provides guidelines for implementing effective logging in applications.
Malicious tool definition detected
Tool: rules/context.md Description: --- title: Context, Cardinality, and Dimensionality impact: CRITICAL tags: logging, context, cardinality, dimensionality --- ## Context, Cardinality, and Dimensionality **Impact: CRITICAL** Wide events must be context-rich with high cardinality and high dimensionality.
Malicious tool definition detected
Tool: rules/pitfalls.md Description: --- title: Common Pitfalls impact: MEDIUM tags: logging, anti-patterns, pitfalls --- ## Common Pitfalls **Impact: MEDIUM** Avoid these anti-patterns that undermine your logging effectiveness.
Malicious tool definition detected
Tool: rules/structure.md Description: --- title: Structure and Format impact: HIGH tags: logging, json, structured-logging, schema, middleware --- ## Structure and Format **Impact: HIGH** Structured logging with consistent formats enables efficient querying and analysis.
Malicious tool definition detected
Tool: rules/wide-events.md Description: --- title: Wide Events / Canonical Log Lines impact: CRITICAL tags: logging, wide-events, canonical-log-lines --- ## Wide Events / Canonical Log Lines **Impact: CRITICAL** Wide events (also called canonical log lines) are the foundation of effective logging.