kitware-resonant / django-composed-configuration

Turnkey Django settings for data management applications.
Apache License 2.0
9 stars 2 forks source link

Make the log filters more robust to differently-formatted messages #124

Closed brianhelba closed 3 years ago

brianhelba commented 3 years ago

It is possible for a rare code path (sending an HTTPS request to a development server) to cause a message with empty .args to be sent to the django.server logger.

Fixes #121.