Can pm2 run an 'npm start' script Pm2 log dateformat pm2 JSON(설정)으로 실행 Run pm2 npm pm2 start npm -- start ecosystem.config.js module.exports = { apps: [{ name: "utilservice", script: "./bin/www", instanses: "max", exec_mode: "cluster", env: { NODE_ENV: "production" }, log_date_format: "YYYY-MM-DD HH:mm:ss.SSS", error_file: "./logs/pm2-err.log", out_file: "./logs/pm2-out.log", combine_logs: true,..