#15132: The runserver command is missing --verbosity and --traceback
------------------------------------------------+---------------------------
Reporter: cardonbj | Owner: nobody
Status: closed | Milestone:
Component: django-admin.py runserver | Version: 1.2
Resolution: wontfix | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------------------+---------------------------
Changes (by russellm):
* status: new => closed
* needs_better_patch: => 0
* resolution: => wontfix
* needs_tests: => 0
* needs_docs: => 0
Comment:
Marking wontfix because I'm having difficulty thinking of what either
option would actually do.
I can't think of a change we could make that would increase the verbosity
of the development server -- it already reports every request that hits
it.
As for tracebacks -- server errors are caught and returned as 500s, but
that's at a layer of abstraction deeper than the runserver command.
I'm happy to entertain the general principle of "more debug is better",
but in this case, I would need to see the specific change that is being
proposed.
--
Ticket URL: <http://code.djangoproject.com/ticket/15132#comment:1>
Django <http://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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.