document a little more --log-syslog-prefix option

This commit is contained in:
benoitc 2012-12-25 06:40:15 +01:00
parent 1ee87c1dc8
commit d314c53c3d

View File

@ -1273,5 +1273,6 @@ class SyslogPrefix(Setting):
default = None
desc = """\
makes gunicorn use the parameter as program-name in the
syslog entry header.
syslog entry header. All entries will be prefixed by gunicorn.<prefix>. By
default the program name is the name of the process.
"""