Modify ↓
Ticket #216 (closed defect: fixed)
--verbosity=0 doesn't really make South silent
| Reported by: | juan@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.6 |
| Component: | commands | Version: | 0.6-pre |
| Keywords: | Cc: | simon@… |
Description
Reproduction steps:
- Run manage.py migrate or manage.py syncdb --migrate
- Run 1. with --verbosity=0
- Run 1. with --verbosity=2
Expected result:
- You should see minimal output that lets you know that South is doing something
- You should see no output from South
- You should see debug output from South
Actual result:
- You see a whole bunch of SQL statements
- You see South telling you which commands it's about to run
- Everything is fine. :)
Notes:
Attached is a patch that makes South less verbose when you want it to be less verbose.
As well, it no longer eats warnings or errors, when --verbosity=0, which it used to do. :(
Attachments
Change History
comment:1 Changed 4 years ago by andrew
- Status changed from new to closed
- Version set to Mercurial tip
- Resolution set to fixed
- Milestone set to 0.6
Looks good, committed in [c6c31ef2a3e2] (with a minor tweak or two).
Note: See
TracTickets for help on using
tickets.
