#23107: --no-color option won't work for output of runserver command
--------------------------------------------+----------------------
     Reporter:  hirokiky                    |      Owner:  nobody
         Type:  Bug                         |     Status:  new
    Component:  Core (Management commands)  |    Version:  1.7-rc-1
     Severity:  Normal                      |   Keywords:
 Triage Stage:  Unreviewed                  |  Has patch:  0
Easy pickings:  0                           |      UI/UX:  0
--------------------------------------------+----------------------
 The `--no-color` option won't work for output of runserver command.

 {{{
 python manage.py runserver --no-color
 ...

 [26/Jul/2014 15:01:07] "GET / HTTP/1.1" 500 85001  # Colored
 }}}

 Ticket for `--no-color` feature did not include about WSGIServer
 https://code.djangoproject.com/ticket/19877
 And, output of the WSGIServer will be colorized.
 (actually output of the management command won't be colorized).

-- 
Ticket URL: <https://code.djangoproject.com/ticket/23107>
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/051.37bc8f11397cab465912f8cc3036d961%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to