[Answer]-Prevent django_session writing into log file

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.

Leave a comment