diff --git a/ecosystem.config.js b/ecosystem.config.js index bff3451f..1120e3ba 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -2,5 +2,8 @@ module.exports = { apps: [{ name: "uptime-kuma", script: "./server/server.js", + restart_delay: 3000, + error_file: "./logs/uptime-kuma.err.log", + out_file: "./logs/uptime-kuma.out.log" }] };