how to restart forever processes with the same log

1.5k views Asked by At

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?

0

There are 0 answers