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
|
||||
default = None
|
||||
desc = """\
|
||||
makes gunicorn use the parameter as program-name in the
|
||||
syslog entry header. All entries will be prefixed by gunicorn.<prefix>. By
|
||||
default the program name is the name of the process.
|
||||
makes gunicorn use the parameter as program-name in the syslog entries.
|
||||
|
||||
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