mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Improve capture_output setting documentation
This commit is contained in:
parent
325c6e53c3
commit
b4b9b18f1a
@ -732,7 +732,7 @@ capture_output
|
|||||||
* ``--capture-output``
|
* ``--capture-output``
|
||||||
* ``False``
|
* ``False``
|
||||||
|
|
||||||
Redirect stdout/stderr to Error log.
|
Redirect stdout/stderr to specified file in :ref:`errorlog`.
|
||||||
|
|
||||||
.. versionadded:: 19.6
|
.. versionadded:: 19.6
|
||||||
|
|
||||||
|
|||||||
@ -1300,7 +1300,7 @@ class CaptureOutput(Setting):
|
|||||||
action = 'store_true'
|
action = 'store_true'
|
||||||
default = False
|
default = False
|
||||||
desc = """\
|
desc = """\
|
||||||
Redirect stdout/stderr to Error log.
|
Redirect stdout/stderr to specified file in :ref:`errorlog`.
|
||||||
|
|
||||||
.. versionadded:: 19.6
|
.. versionadded:: 19.6
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user