-
Notifications
You must be signed in to change notification settings - Fork 7
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
Removing Unnecssary Logs #120
Comments
https://www.mongodb.com/docs/manual/reference/method/db.setLogLevel/ the easy fix would be once we set up a db we should then set the log level to "warn" instead of "debug |
Is there a way to duplicate this? |
Not that we know of. A possible good solution to this is limit external module logging |
Was going through Pymongo documentation. There is no way to set log level. Seems like the method mentioned in MongoDB documentation is not implemented by Pymongo. |
I believe this has been resolved on its own. Will do some checks to see if that is the case and close if so. |
I am going to close this and make a better issue relating to logging as a whole. I think a little rework would be beneficial at this stage |
logs are getting spammed with content such as the following occasionally
The text was updated successfully, but these errors were encountered: