Skip to content

Commit 04cddc0

Browse files
committed
feat: Add logger with level configuration option
Using pino for logging.
1 parent 3847e3b commit 04cddc0

File tree

10 files changed

+315
-65
lines changed

10 files changed

+315
-65
lines changed

package-lock.json

Lines changed: 225 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
"is-url": "^1.2.4",
5252
"node-feedparser": "^1.0.1",
5353
"normalize-url": "^6.0.1",
54+
"pino": "^9.6.0",
55+
"pino-pretty": "^13.0.0",
5456
"rss-parser": "^3.12.0",
5557
"rss-to-json": "github:relekang/rss-to-json#04b2c90",
5658
"update-notifier": "^7.0.0"

0 commit comments

Comments
 (0)