Disabled PM2 logging to $HOME/.pm2

pull/479/head
Isaac Abadi 4 years ago
parent a7f1f1eb8e
commit b2d8c4ef55

@ -2,6 +2,8 @@ module.exports = {
apps : [{
name : "YoutubeDL-Material",
script : "./app.js",
watch : "placeholder"
watch : "placeholder",
out_file: "/dev/null",
error_file: "/dev/null"
}]
}
Loading…
Cancel
Save