mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Reformat help string for command line display.
This commit is contained in:
parent
7f800c0eeb
commit
1f8f4228f0
@ -557,8 +557,10 @@ class LogConfig(Setting):
|
|||||||
validator = validate_string
|
validator = validate_string
|
||||||
default = None
|
default = None
|
||||||
desc = """\
|
desc = """\
|
||||||
The log config file to use. Gunicorn uses the standard Python \
|
The log config file to use.
|
||||||
logging module's Configuration file format.
|
|
||||||
|
Gunicorn uses the standard Python logging module's Configuration
|
||||||
|
file format.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
class Procname(Setting):
|
class Procname(Setting):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user