From 5a2101e244dae25ff4c403a6e2914793e22fdd90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:25:08 +0600 Subject: [PATCH] chore: update roadmap content json (#7643) Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com> --- public/roadmap-content/nodejs.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/roadmap-content/nodejs.json b/public/roadmap-content/nodejs.json index 09ed8d527..3fc73fbe9 100644 --- a/public/roadmap-content/nodejs.json +++ b/public/roadmap-content/nodejs.json @@ -1892,6 +1892,11 @@ "title": "winston Website", "url": "https://github.com/winstonjs/winston", "type": "opensource" + }, + { + "title": "A Complete Guide to Winston Logging in Node.js", + "url": "https://betterstack.com/community/guides/logging/how-to-install-setup-and-use-winston-and-morgan-to-log-node-js-applications/", + "type": "article" } ] },