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. """