Getting ready

Let's copy the express-views folder from our previous recipe into a new folder that we'll call express-logging, and install pino and express-pino-logger:

$ cp -fr adding-a-view-layer/express-views express-logging
$ cd express-logging
$ npm install --save pino express-pino-logger