What problem does it solve?
This Skill addresses the challenge of creating effective, actionable logs that are crucial for debugging complex systems and performing in-depth analytics. It moves beyond basic logging to a structured, context-rich approach.
Core Features & Use Cases
- Wide Events: Emits a single, context-rich event per request per service for powerful debugging and analytics.
- High Cardinality & Dimensionality: Includes fields that allow for granular querying and answering unforeseen questions.
- Business & Environment Context: Ensures logs contain vital information about users, business operations, and deployment details.
- Use Case: Debugging a checkout failure by analyzing a single, comprehensive log event that includes user details, cart contents, payment status, and deployment information, rather than sifting through scattered, incomplete log messages.
Quick Start
Apply the logging best practices skill to ensure all new service code adheres to wide event principles.