1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

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>
This commit is contained in:
Devesh Swarnkar
2022-10-04 18:43:12 +05:30
committed by GitHub
parent c02fbc5db1
commit 8af10bc84f

View File

@@ -1 +1,7 @@
# 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>