#15107: Convert core commands to use self.std(out|err) instead of
sys.std(out|err)/print
-------------------------------------------+--------------------------------
Reporter: mmcnickle | Owner: mmcnickle
Status: new | Milestone: 1.3
Component: django-admin.py | Version: SVN
Resolution: | Keywords:
Triage Stage: Accepted | Has patch: 1
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 1 |
-------------------------------------------+--------------------------------
Comment (by jezdez):
In django-staticfiles we had an own management specific logger mixin,
https://github.com/jezdez/django-
staticfiles/blob/0.3.4/staticfiles/management/base.py but I admit that's a
bit cumbersome given our new logging API in 1.3. I'd like to propose to an
additional logger (next to the `'django'`, `'django.request'` and
`'django.db.backends'` loggers
(http://docs.djangoproject.com/en/dev/topics/logging/#id1), e.g.
`'django.managment.commands'` or `'django.commands'`.
--
Ticket URL: <http://code.djangoproject.com/ticket/15107#comment:5>
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.