All Questions



What is a good logger to use with NodeJS ?

Main things I’m looking for is timestamps and log levels.

author Suvojit Manna

Reply
5 Answers

I’ve been using express-winston for my projects built on NodeJS & it seems to be pretty good for my case https://www.npmjs.com/package/express-winston/v/2.6.0

writen by Goutham J

I use winston too and it works well.

logs in prod are stacked in the DB under /logs

writen by Marc Lou

This looks great thanks Goutham & Marc

writen by Suvojit Manna

integrated this works like a charm !

writen by Suvojit Manna

Awesome Suvojit 🙌

writen by Goutham J

Do you want to ask a question?


Related Questions