In Errsole A new Node.js logger that does more than Winston and Pino June 7, 2024 2 Mins Read A single module should collect and store logs, as well as provide a web dashboard for viewing and searching the logs. Read More
In Errsole Creating a Custom Logger for a Node.js Application using Errsole August 1, 2024 3 Mins Read Errsole: A complete logger for Node.js Every robust logging system consists of three key components: a Collector, a Storage, and…