Agent Skills: Pino Logging Setup

Configure structured logging with Pino. Outputs human-readable colorized logs in development and structured JSON in production for log aggregation services.

UncategorizedID: andrelandgraf/fullstackrecipes/pino-logging-setup

Install this agent skill to your local

pnpm dlx add-skill https://github.com/andrelandgraf/fullstackrecipes/tree/HEAD/.agents/skills/pino-logging-setup

Skill Files

Browse the full folder contents for pino-logging-setup.

Download Skill

Loading file tree…

.agents/skills/pino-logging-setup/SKILL.md

Skill Metadata

Name
pino-logging-setup
Description
Configure structured logging with Pino. Outputs human-readable colorized logs in development and structured JSON in production for log aggregation services.

Pino Logging Setup

To set up Pino Logging Setup, refer to the fullstackrecipes MCP server resource:

Resource URI: recipe://fullstackrecipes.com/pino-logging-setup

If the MCP server is not configured, fetch the recipe directly:

curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/pino-logging-setup