-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
enable VERBOSE crashes the parse-server #1777
Comments
Most likely related to Unitech/pm2#2152 |
Can be right because it also crashes with "info" |
I see you've removed some parts of your request. Could you include those parts? It might be that you are |
It is dev env ,I just open the App and it through that error, cpu and ram usage are fine, max load 0.05 and max ram usage 40% |
And there is no other errors output? If there is an error in the request, there will be more logging output. Currently I don't have enough info to debug this. |
Check "pm2 logs" - I'm pretty sure the server is restarted because of the log file changing. |
Closing due to lack of activity, please update to latest parse-server version and reopen if the issue persist. Don't forget to include your current:
|
If the watch feature is enabled you must ensure that the log folder is added to watch ignore list, otherwise every time a log occurs the process will be restarted by the pm2. { |
Env
Problem
I enabled
VERBOSE=1
but when I interact with the App, Parse through logs in the console but it crashes after thatThe text was updated successfully, but these errors were encountered: