/27877
Le samedi 28 septembre 2019 19:13:01 UTC+2, Christian González a écrit :
>
> Hi,
>
> i just stumbled upon logging in management commands I saw that there is
> an own system of logging.
>
> When creating custom mgmt cmds, you have to write logging output to
>
Hi,
i just stumbled upon logging in management commands I saw that there is
an own system of logging.
When creating custom mgmt cmds, you have to write logging output to
if options["verbosity"] >= 2:
sys.stdout.write(message)
this is a little inconvenient, and much le