mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Docs.
This commit is contained in:
parent
93d2687d24
commit
000236aae2
@ -25,10 +25,10 @@ Once again, in order of least to most authoritative:
|
|||||||
|
|
||||||
.. note::
|
.. 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::
|
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.
|
It also allows you to know if your application can be launched.
|
||||||
|
|
||||||
|
|||||||
@ -123,6 +123,16 @@ check_config
|
|||||||
|
|
||||||
Check the configuration.
|
Check the configuration.
|
||||||
|
|
||||||
|
.. _print-config:
|
||||||
|
|
||||||
|
print_config
|
||||||
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* ``--print-config``
|
||||||
|
* ``False``
|
||||||
|
|
||||||
|
Print the configuration settings as fully resolved. Implies :ref:`check-config`.
|
||||||
|
|
||||||
Logging
|
Logging
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user