From 8af10bc84fd49ac28a6f2640444b8550f4a28e31 Mon Sep 17 00:00:00 2001 From: Devesh Swarnkar <71492529+devesh-0419@users.noreply.github.com> Date: Tue, 4 Oct 2022 18:43:12 +0530 Subject: [PATCH] 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 --- .../107-nodejs/content/112-nodejs-logging/100-morgan.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/107-nodejs/content/112-nodejs-logging/100-morgan.md b/content/roadmaps/107-nodejs/content/112-nodejs-logging/100-morgan.md index 3004aace3..390eeae6a 100644 --- a/content/roadmaps/107-nodejs/content/112-nodejs-logging/100-morgan.md +++ b/content/roadmaps/107-nodejs/content/112-nodejs-logging/100-morgan.md @@ -1 +1,7 @@ -# Morgan \ No newline at end of file +# 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. + +Free Content +Official Website +How to use Morgan|DigitalOcean