-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
Hello! Thank you for the PM2 project, it's great!
I've got a question about pm2.log and pm2.pid files. As far as I know these files are always located in ~/.pm2/ directory and there is now way to change it via configuration.
Is it possible to add customization for the location of these files?
It would be great to have separate path settings for pm2.log and pm2.pid respectively.
For example:
/var/log/my_project/pm2.log
/var/run/my_project/pm2.pid
Thank you!
Dos4dev