From a3e7b681198339222f6ce141108ccfe9c7f40e1e Mon Sep 17 00:00:00 2001 From: benoitc Date: Fri, 27 Dec 2013 13:28:35 +0100 Subject: [PATCH] make it explicit that we only send gunicorn logs to syslog. follows suggestion in #548 --- gunicorn/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn/config.py b/gunicorn/config.py index 8226a159..19680cb1 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -1074,7 +1074,7 @@ class Syslog(Setting): action = 'store_true' default = False desc = """\ - Log to syslog. + Send *Gunicorn* logs to syslog. """