Added Resources and description to Morgan npm (#2108)

* Added Resources and description to Morgan npm

* Update content/roadmaps/107-nodejs/content/112-nodejs-logging/100-morgan.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/2109/head
Devesh Swarnkar 2 years ago committed by GitHub
parent c02fbc5db1
commit 8af10bc84f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      content/roadmaps/107-nodejs/content/112-nodejs-logging/100-morgan.md

@ -1 +1,7 @@
# Morgan # Morgan
Morgan is a NodeJS and express.js middleware to log the HTTP request and error, simplifying the debugging process. It provides flexibility in defining the format of log messages and helps override the output destination for your logs.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://www.npmjs.com/package/morgan'>Official Website</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="blue" href='https://www.digitalocean.com/community/tutorials/nodejs-getting-started-morgan'>How to use Morgan|DigitalOcean</BadgeLink>

Loading…
Cancel
Save