Tag Archives: logging
How to get an email every time your node.js app logs an error
This was surprisingly hard to Google for, and docs left a bit to be desired. So here’s how I got my production Node.js app to send me an email whenever it logs an error. 1. Use log4js. I picked this … Continue reading