What problem does it solve?
This Skill helps teams implement clear, structured, and safe backend logging in Drumr apps and framework backend code so operational issues are easier to trace, diagnose, and resolve.
Core Features & Use Cases
- Log level guidance: Choose appropriately between error, warn, info, and debug for failures, recoveries, lifecycle events, and detailed diagnostics.
- Structured metadata: Log concise human-readable messages with searchable fields such as appId, userId, objectId, actionName, serviceName, and providerName.
- Safety and privacy: Avoid leaking secrets or personal data and use the framework's redaction behavior for model instances or explicit allowlists for plain objects.
- Operational use cases: Ideal for backend actions, reusable services, workflow execution, external integration failures, and logger configuration during troubleshooting.
Quick Start
Ask the AI to add or review Drumr backend logging for a specific action or service using structured metadata, the correct log level, and safe handling of sensitive values.