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.
[Read more…] about Bunyan: A logging tool for node.js