A single module should collect and store logs, as well as provide a web dashboard for viewing and searching the logs.
By default, Errsole runs its log viewer as a child process of your Node.js application. This setup works well for…
Errsole is an open-source logging library for Node.js applications. It comes with a built-in log viewer to view, filter, and…
In this setup, logs in the development environment are stored locally in an SQLite file. In the production environment, logs…