using-logging
✓Use structured logging with Pino throughout your application. Covers log levels, context, and workflow-safe logging patterns.
Installation
SKILL.md
Use structured logging with Pino throughout your application. Covers log levels, context, and workflow-safe logging patterns.
Always include context as the first argument for structured logs:
| Level | When to Use | | trace | Detailed debugging (rarely used) | | debug | Development troubleshooting | | info | Normal operations, business events | | warn | Recoverable issues, deprecation warnings | | error | Failures that need attention | | fatal | Critical failures, app cannot continue |
Use structured logging with Pino throughout your application. Covers log levels, context, and workflow-safe logging patterns. Source: andrelandgraf/fullstackrecipes.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill using-logging- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is using-logging?
Use structured logging with Pino throughout your application. Covers log levels, context, and workflow-safe logging patterns. Source: andrelandgraf/fullstackrecipes.
How do I install using-logging?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill using-logging Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/andrelandgraf/fullstackrecipes
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01