How To Use Winston to Log Node.js Applications on Ubuntu 16.04
An effective logging solution is crucial to the success of any application. In this guide we’ll focus on a logging package called Winston, an extremely versatile logging library and the most popular logging solution available for Node.js applications based on NPM download statistics. This tutorial will show you how to use Winston to log a Node/Express application that we’ll create as part of this process.