I want to know the best practice behind logging my node application. I was reading the 12 factor app guidelines at https://12factor.net/logs and it states that logs should always be sent to the stdout
. Cool, but then how would someone manage logs in production? Is there an application that scoops up whatever is sent to stdout
? In addition, is it recommended that I only be logging to stdout
and not stderr
? I would appreciate a perspective on this matter.
via alaboudi
No comments:
Post a Comment