1 repository
High-performance logging libraries optimized for the Node.js runtime.
Distinct from Node.js Server Frameworks: Distinct from Node.js Server Frameworks: focuses on logging-specific performance and event loop responsiveness rather than general application architecture.
Explore 1 awesome GitHub repository matching web development · Logging Libraries. Refine with filters or upvote what's useful.
Pino is a high-performance logging library for Node.js applications designed to minimize overhead and prevent blocking the main event loop. It generates machine-readable logs using newline-delimited JSON, facilitating efficient ingestion and analysis by external monitoring and log aggregation platforms. The library distinguishes itself by offloading log processing and formatting to worker threads, ensuring that heavy logging tasks do not impact application responsiveness. It also provides a decoupled command-line utility that transforms structured production logs into human-readable text, sim
Implements high-performance logging for Node.js applications to track system activity without impacting event loop responsiveness.