Bunyan: A logging tool for node.js
Motivation
We are all familiar with using console.log to log out information for debugging purposes. However, as the application grows, console.log gets littered everywhere. Also, formatting messaging is done manually.
Introducing bunyan
A nice littl...
yaphc.com1 min read