What is morgan?
"HTTP request logger middleware for node.js"
morgan is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 29.9 KB on disk.
Installation Guide
# Install via NPM
npm install morgan
# Install via Yarn
yarn add morgan