Express Proj Setup: 2 Logging, using Winston & Morgan
While setting up our Express app template, we will start by setting up our logging system.
To do this, we will use two popular libraries. One which automatically logs request information when used as an express middleware, and another which formats and configures log formats and types.