make it explicit that we only send gunicorn logs to syslog.

follows suggestion in #548
This commit is contained in:
benoitc 2013-12-27 13:28:35 +01:00
parent 41523188bc
commit a3e7b68119

View File

@ -1074,7 +1074,7 @@ class Syslog(Setting):
action = 'store_true'
default = False
desc = """\
Log to syslog.
Send *Gunicorn* logs to syslog.
"""