-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore watch PM2 parameter not working ecsystem.json for parse server #2152
Comments
Can't you just watch the file you need? |
@tanzeelrana Did you find a solution? I'm having the precise problem you describe here. |
I added the logs folder into my ecosystem.json file. I was unable to specifically state a file name pattern to ignore
|
See #2629 we group all issue into one. |
Hey Guys,
I have setup pm2 to run my parse-server according to the following tutorial
Now the problem is the I have a logs folder and I it contains 2 types of logs
Now I want to keep watching the error logs and restart my server just in case but in the info logs I do not want to watch
my ecosystem.json file looks something like this :
but this does not seem to work. Everytime I have a change in my info log file pm2 restarts my application
My logs folder looks like this
Does any one know how I can make pm2 ignore my info file and not ignore error log files
The text was updated successfully, but these errors were encountered: