nodejs-logging

Installation
SKILL.md

Node.js Logging

Deep Knowledge: Use mcp__documentation__fetch_docs with technology: nodejs for comprehensive documentation.

Library Comparison

Library Performance Features Best For
Pino Fastest (10x+ faster) JSON-native, low overhead High-performance APIs
Winston Good Flexible transports, formatting Enterprise apps, flexibility
Bunyan Good JSON-native, streams Legacy projects
console Basic Built-in, no deps Simple scripts, debugging

Pino (Recommended for Performance)

Installation

npm install pino pino-pretty  # pino-pretty for dev
Installs
30
GitHub Stars
37
First Seen
Mar 6, 2026
nodejs-logging — claude-dev-suite/claude-dev-suite