Logging in Node.js via console.log is perfectly adequate for development and debugging, but what should you do if you want more robust logging in production? There are some very good options in the NPM registry: winston (Github: flatiron/winston, MIT) is a particularly expressive logging library, a strong addition to your Node.js toolbox. In many cases, it might make sense to use something like th