Home  >  Q&A  >  body text

node.js - How to do Node online monitoring and error log analysis?

I am doing front-end development. Recently I need to migrate an old system to Node.

There is no problem when I write the code, but I don’t know how to do the online monitoring solution and error log analysis?

Thanks.

巴扎黑巴扎黑2632 days ago1464

reply all(1)I'll reply

  • 滿天的星座

    滿天的星座2017-07-06 10:38:48

    Use pm2 to deploy the program, any standard output and standard error output will be written to the log file, errors are very convenient

    reply
    0
  • Cancelreply