#14800: Development server should NOT elide favicon from the logs
-------------------------------------+-------------------------------------
     Reporter:  RoySmith             |                    Owner:
         Type:  New feature          |                   Status:  new
    Component:  Core (Management     |                  Version:  1.2
  commands)                          |               Resolution:
     Severity:  Normal               |             Triage Stage:  Accepted
     Keywords:  logging              |      Needs documentation:  1
    Has patch:  1                    |  Patch needs improvement:  1
  Needs tests:  0                    |                    UI/UX:  0
Easy pickings:  0                    |
-------------------------------------+-------------------------------------

Comment (by carljm):

 FWIW, I agree with comment 18 that it's silly (and could be quite
 frustrating in debugging) for runserver to be trying to decide on behalf
 of the user which requests are "interesting enough" to be displayed in the
 log. If runserver served the request, it should log it. I don't see any
 strong justification for this behavior in the previous related tickets, so
 I'd be in favor of just getting rid of the filtering altogether. Similarly
 with the `admin_static_prefix` special-case, we've been trying for some
 time to remove all special-casing of admin media; it's quite ugly for the
 core WSGI handler to be having knowledge about a contrib app.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/14800#comment:19>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to