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
parent
c02fbc5db1
commit
8af10bc84f
1 changed files with 7 additions and 1 deletions
@ -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> |
||||
|
Loading…
Reference in new issue