Re: django command logging levels

2019-02-16 Thread co16326 . ccet
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

Re: django command logging levels

2019-02-16 Thread co16326 . ccet
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

django command logging levels

2019-02-15 Thread co16326 . ccet
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,