forever restartall
seems to restart my processes but not with the same logfile / errorfile that I defined when I called:
forever -o out.log -e err.log my-script.js
Is there a way to use restartall while using the same logs?
forever restartall
seems to restart my processes but not with the same logfile / errorfile that I defined when I called:
forever -o out.log -e err.log my-script.js
Is there a way to use restartall while using the same logs?