Wednesday 15 February 2017

Easy way to debug node in production?

I need to debug issues in production that don't appear in localhost environment, there seems to be no easy way to do this? The only method I've found thats worked is manually putting console.log, restarting via pm2, and watching the logs, until I find the problem line & request. This is very cumbersome though.

Submitted February 15, 2017 at 01:59PM by loftyal

No comments:

Post a Comment