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