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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user