·using-logging
</>

using-logging

andrelandgraf/fullstackrecipes

Use structured logging with Pino throughout your application. Covers log levels, context, and workflow-safe logging patterns.

41Installs·0Trend·@andrelandgraf

Installation

$npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill using-logging

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.

View raw

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