django command logging levels
Open
bug
- Dominant language
- Python
- Stars
- 19
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
Django command interface has the following CLI arg
```
-v {0,1,2,3}, --verbosity {0,1,2,3}
Verbosity level; 0=minimal output, 1=normal output,
2=verbose output, 3=very verbose output
```
It doesnt connect with the logging levels used by the commands, so the commands dont show extra information.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.