Top "Bunyan" questions

Bunyan is a simple and fast JSON logging library for node.

Log Rotation in Node.js?

In my web analytics, I am logging the data in plain text file. I want to rotate the log on …

node.js bunyan log-rotation
can I change the color of log data in winston?

I happened to use bunyan to log the the data . I wanted the logs be printed with appropriate colors like …

node.js hapijs winston bunyan
Common logging for node, express application -- best practice?

I'm working on an node.js application with several dozen modules and using bunyan for logging (JSON output, multiple configurable …

javascript node.js express logging bunyan