Start the application

更新时间:
复制 MD 格式

You can start the application using the Node.js Performance Platform runtime that you deployed.

Start the application directly

ENABLE_NODE_LOG=YES node app.js

For applications managed by pm2

ENABLE_NODE_LOG=YES pm2 start app.js

If monitoring data is not displayed in the console, see the FAQ section.