High-performance JSON logger for Node.js. Transports run in worker threads to keep the main event loop free. Produces NDJSON by default with automatic level, time, pid, hostname, and msg fields.
When to use: Structured logging in Node.js applications, request-scoped logging with correlation IDs, sensitive data redaction, multi-destination log routing, framework logging integration.
When NOT to use: Browser-only logging (pino has limited browser support), simple console.log debugging during development, projects that need human-readable logs by default (pino outputs JSON; use pino-pretty for dev).
Logger JSON ad alte prestazioni Pino per Node.js con trasporti di thread di lavoro, logger figlio, redazione e integrazioni di framework. Da utilizzare quando si imposta la registrazione strutturata, si configura il trasporto dei log, si aggiungono ID di correlazione delle richieste, si oscurano dati sensibili o si integra con Fastify, Hono o Express. Utilizzare per pino, registrazione, registri strutturati, ID richiesta, correlazione, redazione, trasporti, pino-http, pino-pretty. Fonte: oakoss/agent-skills.