Django manage.py runserver verbosity

前端 未结 3 1772
遇见更好的自我
遇见更好的自我 2021-02-20 18:15

Is there a way to make the runserver command completely quiet or just display errors like 404 or 500 ?? verbosity option has no effect on it...

3条回答
  •  情书的邮戳
    2021-02-20 18:53

    You can now set the verbosity with the verbosity flag:

    ./manage.py runserver --verbosity 0
    

    Documentation

提交回复
热议问题