We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when i press "logs" on any proccess its just crash the web panel (the node proccess) getting the attached error
The text was updated successfully, but these errors were encountered:
I updated pm2 to latest version test it again, any problem ! everything is fine. Please give us more detail to help you.
pm2
make a new file as test.js with this content:
test.js
setInterval(function () { console.log(Math.random()); },1000);
and check your log to test your problem better.
Kind Regards A1Gard
Sorry, something went wrong.
I updated pm2 to latest version test it again, any problem ! everything is fine. Please give us more detail to help you. make a new file as test.js with this content: setInterval(function () { console.log(Math.random()); },1000); and check your log to test your problem better. Kind Regards A1Gard
Got the same error when i log the panel from the pm2.. maybe its because im running the pm2 panel on windows?
@AmirE1555 I guese it not depends on OS, By the way check log directly with command line like this:
log
pm2 logs 0
Then tell me whats the result.
No branches or pull requests
when i press "logs" on any proccess its just crash the web panel (the node proccess)
![unknown](https://user-images.githubusercontent.com/62391669/86952220-56c29980-c15b-11ea-9472-1b85eef3b30c.png)
getting the attached error
The text was updated successfully, but these errors were encountered: