Skip to content

Add logging configuration for django_extensions

Erwan Rouchet requested to merge django-extensions-logger into master

I struggled for a while when troubleshooting #881 (closed) because manage.py runserver_plus --print-sql, which is able to print on which database an SQL query runs, relies on a logger that was automatically silenced by Django. This adds the proper configuration to make sure this logger is always available when django_extensions is installed.

Edited by Erwan Rouchet

Merge request reports

Loading