rstrouse on master
Added processing so that the Sa… (compare)
pm2 monit
is a bit funky. If you just try pm2 logs web
it should show you the last 15 lines and give you the location of the full logs... eg:pi@poolcontroller:~ $ pm2 logs 2
[TAILING] Tailing last 15 lines for [2] process (change the value with --lines option)
/home/pi/.pm2/logs/poolController-webClient-error.log last 15 lines:
/home/pi/.pm2/logs/poolController-webClient-out.log last 15 lines:
2|poolCont | GET /app.747e1315.css
...
env NODE_ENV=production node dist/Server.js
. That will save about 22s on your startup time, not to mention CPU overhead.