Log & Error Notifiers are printing logs even after turning them off
Open
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
I have turned off logging by setting `NPLUSONE_LOG=False` and `NPLUSONE_RAISE=False` in my settings file. Still I see that the logs are being printed. This is happening in local env where I run the django app with `Debug=True`
Is there a way to silence the logs from the notifier even when running the app in debug mode?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.