Logging best practices and observability. Use when adding or reviewing logging in applications.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill logging --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Logging?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-logging)More formats (shields.io, HTML) on the badges page.
---
name: logging
description: Logging best practices and observability. Use when adding or reviewing logging in applications.
---
## logging
Implement effective logging.
### Log levels
- ERROR: needs immediate attention
- WARN: unexpected but handled
- INFO: normal milestones
- DEBUG: detailed diagnostics
- TRACE: very detailed flow
### Best practices
- Structured data (JSON)
- Include context: request ID, user ID
- Never log sensitive data
- Correlation IDs across services
- Appropriate levels per environment
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!