nodejs-logging
Installation
SKILL.md
Node.js Logging
Deep Knowledge: Use
mcp__documentation__fetch_docswith technology:nodejsfor 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