You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
With that view, I don't see why you would still get messages printed. Can you rule out that your running an earlier built of a Docker image or something? How far did you go with debugging things in your environment?
I have turned off logging by setting
NPLUSONE_LOG=False
andNPLUSONE_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 withDebug=True
Is there a way to silence the logs from the notifier even when running the app in debug mode?
The text was updated successfully, but these errors were encountered: