This commit is contained in:
Robert Coup 2019-05-31 12:22:08 +01:00
parent 93d2687d24
commit 000236aae2
2 changed files with 12 additions and 2 deletions

View File

@ -25,10 +25,10 @@ Once again, in order of least to most authoritative:
.. note::
To check your configuration when using the command line or the
To print your resolved configuration when using the command line or the
configuration file you can run the following command::
$ gunicorn --check-config APP_MODULE
$ gunicorn --print-config APP_MODULE
It also allows you to know if your application can be launched.

View File

@ -123,6 +123,16 @@ check_config
Check the configuration.
.. _print-config:
print_config
~~~~~~~~~~~~
* ``--print-config``
* ``False``
Print the configuration settings as fully resolved. Implies :ref:`check-config`.
Logging
-------