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 doesn't connect with the logging levels used by the commands, so the commands don't show extra information.
So is this an incompatibility or I have to add some arguments to my custom management commands ?