I am using pm2 4.5.4 As of now, I am using the default logs path which is under $HOME/.pm2/logs. I want move the logs under /apps so that I stopped the service and start with --log
pm2 start appA --log /apps/logs
But still logs are generated in the default path.
Anything I am doing wrong?