Thank U for help. I will check the links to get more info :-)
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@googlegroups.com.
To post
But I have added a logger setting in my django settings file, then also do
I have to add verbosity setting arg in my custom management command ?
On Saturday, February 16, 2019 at 4:12:07 AM UTC+5:30, Dan Davis wrote:
>
> The common verbosity will be passed to the handler:
>
> class Command(BaseCo
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, s
3 matches
Mail list logo