mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix help formatting
This commit is contained in:
parent
d314c53c3d
commit
a1baec5817
@ -1272,7 +1272,8 @@ class SyslogPrefix(Setting):
|
|||||||
validator = validate_string
|
validator = validate_string
|
||||||
default = None
|
default = None
|
||||||
desc = """\
|
desc = """\
|
||||||
makes gunicorn use the parameter as program-name in the
|
makes gunicorn use the parameter as program-name in the syslog entries.
|
||||||
syslog entry header. All entries will be prefixed by gunicorn.<prefix>. By
|
|
||||||
default the program name is the name of the process.
|
All entries will be prefixed by gunicorn.<prefix>. By default the program
|
||||||
|
name is the name of the process.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user