Opened 13 years ago

Closed 13 years ago

#15137 closed (invalid)

Django manage.py runserver verbosity

Reported by: gregg Owned by: nobody
Component: django-admin.py runserver Version: 1.2
Severity: Keywords: manager runserver verbosity
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The verbosity option has no effect with runserver command:

./manage.py runserver 0.0.0.0:8000 --verbosity 0

still displays a lot of information, all the http requests, etc.

Change History (2)

comment:2 by gregg, 13 years ago

Resolution: invalid
Status: newclosed

sorry duplicate with ticket #15136

Note: See TracTickets for help on using tickets.
Back to Top