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).
작업자 스레드 전송, 하위 로거, 수정 및 프레임워크 통합을 갖춘 Node.js용 Pino 고성능 JSON 로거입니다. 구조화된 로깅 설정, 로그 전송 구성, 요청 상관 관계 ID 추가, 민감한 데이터 수정 또는 Fastify, Hono 또는 Express와의 통합 시 사용합니다. pino, 로깅, 구조화된 로그, 요청 ID, 상관관계, 수정, 전송, pino-http, pino-pretty에 사용됩니다. 출처: oakoss/agent-skills.