Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

fix(logger): use ServerFormatter for request logs in runserver #360

Closed theskumar closed 5 years ago

theskumar commented 5 years ago

Also, remove unused 'null' formatter

Why was this change necessary?

The runserver logs had a lot of info due to complete formatter userd.

How does it address the problem?

Use special formatter provide django.utils.logging to format the request log from runserver.

Are there any side effects?

Nope.