-
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
App status: errored, but error.log empty. #2275
Comments
@extensionsapp Could you check the pm2.log file and pastebin it ? |
|
@extensionsapp Apparently you use --watch to restart the server when a file change and the as you can see in the log, there was a problem to kill it, dont know why but if you stop watching for changing file, the issue wont happen again. |
@vmarchaud I need the server restarts every hour. Since there is a change in the configuration and should be used. |
@extensionsapp Could you try with our development branch (npm v2) |
See #2629 we group all issue into one. |
I had the same issue and now I realize that the flag {
"apps" : [{
"name" : "delp.pt",
"script" : "server.js",
"args" : "--database",
"instances" : "max",
"watch" : false,
"exec_mode" : "cluster",
"log_date_format": "DD-MM-YYYY"
}]
} |
Expected behaviour
Full error logs.
Actual behaviour
Empty logs.
Software versions used
PM2 Log output
App fell, but because of what I can not understand, because the error log is empty.
The text was updated successfully, but these errors were encountered: