--- 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: ```bash curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/pino-logging-setup ```