pino
Installation
SKILL.md
Pino
Overview
Pino is the fastest Node.js logger — 5x faster than Winston. It outputs structured JSON logs by default, making them parseable by log aggregators (Datadog, Loki, ELK). Async logging ensures logging never blocks the event loop.
Instructions
Step 1: Basic Setup
// lib/logger.ts — Pino configuration
import pino from 'pino'