Management commands should not return information unless a -v argument is presented
Bug #659130 reported by
Dave Walker
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
awstrial |
Confirmed
|
Low
|
Unassigned |
Bug Description
These commands are generally run from cron... i don't want to receive bazillions of email, unless there has been failure (traceback). I would like the commands to be silent, unless bad stuff is happening.
Changed in awstrial: | |
importance: | Undecided → Low |
To post a comment you must log in.
Currently commented out the verbose parts.. this needs to be fixed properly. :)