Changes between Initial Version and Version 1 of Ticket #15107, comment 5


Ignore:
Timestamp:
Feb 19, 2011, 1:45:57 PM (13 years ago)
Author:
Jannis Leidel

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15107, comment 5

    initial v1  
    1 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'`.
     1In django-staticfiles we had an own management command 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 add 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'`.
Back to Top