1👍
✅
Turn off your django.db.backend
debug logging.
Or if it is just the django_session
table you want to get rid of in the logs, use some other session backend than database.
Source:stackexchange.com