
bunyan logger middleware for express
Express-bunyan-logger is an Express logger middleware powered by bunyan. It provides functionality to log requests and errors in an Express application. The project is open-source under the BSD License.
Express-bunyan-logger is a handy middleware for Express applications that allows for robust logging capabilities. With customizable features such as log format customization, user-agent parsing, and obfuscation options, it provides flexibility in logging requirements. Additionally, the ability to attach child loggers to request objects and customize log levels based on status codes make it a valuable tool for debugging and monitoring applications.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.