How to log express HTTP requests using morgan with style?
In this cookbook, I am gonna help you setup morgan with express to log HTTP requests like this,
at the end of this post, you will be able to log the following details
date and time of the request ( formatted as hh:mm a ddd, MMMM Do YYYY )
HTTP Meth...
blog.supercharged.dev4 min read