#15916: A special logging handler and namespace for runserver output
-------------------------+---------------------------------
Reporter: valyagolev | Owner: nobody
Type: New feature | Status: new
Milestone: | Component: User Experience
Version: 1.3 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Easy pickings: 0
-------------------------+---------------------------------
A special logging handler and namespace for runserver output.
Several related features:
* Ability to add own output into runserver output without using `print`
* A simple way to do so without knowing a thing about `logging` module.
Like adding this handler as a default handler in generated `settings.py`
* Ability to silence runserver output
* Ability to redirect runserver output
* Ability to get current runserver output while serving with other methods
* Ability to add more verbose Django's remarks with simple way to shut it
up
See also discussion: http://groups.google.com/group/django-
developers/browse_thread/thread/853706d9543e442c?hl=en
--
Ticket URL: <http://code.djangoproject.com/ticket/15916>
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.