From 919871d656c9850eb369d03473907b28c485ad7c Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Wed, 14 Jun 2017 11:04:49 +0430 Subject: [PATCH] Add `disable-redirect-access-to-syslog` documentation. --- docs/source/settings.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/source/settings.rst b/docs/source/settings.rst index 49bf58d4..12fea6ca 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -609,6 +609,18 @@ The Access log file to write to. ``'-'`` means log to stdout. +.. _disable-redirect-access-to-syslog: + +disable-redirect-access-to-syslog +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* ``--disable-redirect-access-to-syslog`` +* ``False`` + +Disable redirect access logs to syslog. + +.. versionadded:: 19.8 + .. _access-log-format: access_log_format @@ -746,6 +758,11 @@ syslog Send *Gunicorn* logs to syslog. +.. versionchanged:: 19.8 + + You can now disable sending access logs by using the + :ref:`disable-redirect-access-to-syslog` setting. + .. _syslog-prefix: syslog_prefix