-
-
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
All logs are being printed when verbose = false #3319
Comments
Hey there, I managed to try it out and the thing is: you should not add '--verbose' at all if you want it to be silent. This is really an issue with Parse Server. I tried '--verbose false', '--verbose 0' and none worked. So, for now, taking '--verbose' option just works. Kind Regards, |
Problem found! Two edge things happening here:
So, should I close the issue and open a new one about Thanks! |
ive had to put in the index.js a field for logLevel: error, and that fixed my overly verbose logging |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Issue Description
Hello!
I have my server running with pm2 with the following configuration:
But I can see all verbose logs when my app calls to any cloud function, example:
Is that normal? Becuase my server's disk will be full soon then 😄
Steps to reproduce
"VERBOSE": false"
in theecosystem.json
filepm2 logs
Expected Results
No verbose logs
Actual Outcome
Everything is being printed
Environment Setup
Server
Database
Logs/Trace
The text was updated successfully, but these errors were encountered: