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...
Oct 29, 20181 min read44

