Sunday 25 November 2018

What are the best practices for logging errors in Node?

Hey everyone! I'm an intermediate node developer, I've built a few projects, and so far I've just been handling errors using console.log, and outputting everything into a log.txt file. I'm guessing there's a better way, so I wanted to ask, how do professionals on big projects handle and log errors?What are some of the best practices? A tutorial/post/example would really help.

Submitted November 26, 2018 at 04:14AM by raymestalez

No comments:

Post a Comment