From d314c53c3d72bcfa1fd65eece184a8d86d3120d8 Mon Sep 17 00:00:00 2001 From: benoitc Date: Tue, 25 Dec 2012 06:40:15 +0100 Subject: [PATCH] document a little more --log-syslog-prefix option --- gunicorn/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gunicorn/config.py b/gunicorn/config.py index 3485fe62..f604f5af 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -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.. By + default the program name is the name of the process. """