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?