Update ecosystem.config.js
This commit is contained in:
@@ -10,9 +10,12 @@ module.exports = {
|
|||||||
NODE_ENV: "production",
|
NODE_ENV: "production",
|
||||||
},
|
},
|
||||||
// Logging configuration
|
// Logging configuration
|
||||||
error_file: "C:\IDETAMA\pm2-log\cod-api\cod-api-error.log",
|
// error_file: "C:\IDETAMA\pm2-log\cod-api\cod-api-error.log",
|
||||||
out_file: "C:\IDETAMA\pm2-log\cod-api\cod-api-out.log",
|
// out_file: "C:\IDETAMA\pm2-log\cod-api\cod-api-out.log",
|
||||||
log_file: "C:\IDETAMA\pm2-log\cod-api\cod-api-combined.log", // optional combined file
|
// log_file: "C:\IDETAMA\pm2-log\cod-api\cod-api-combined.log", // optional combined file
|
||||||
|
error_file: "cod-api-error.log",
|
||||||
|
out_file: "cod-api-out.log",
|
||||||
|
log_file: "cod-api-combined.log", // optional combined file
|
||||||
time: true, // adds timestamps to logs
|
time: true, // adds timestamps to logs
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user