Skip to content

Commit

Permalink
Add disable_access_log_redirection documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Jul 15, 2017
1 parent f173159 commit 5d72ad8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/source/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,18 @@ The Access log file to write to.

``'-'`` means log to stdout.

.. _disable-access-log-redirection:

disable_access_log_redirection
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* ``--disable-access-log-redirection``
* ``False``

Disable redirect access logs to syslog.

.. versionadded:: 19.8

.. _access-log-format:

access_log_format
Expand Down Expand Up @@ -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-access-log-redirection` setting.

.. _syslog-prefix:

syslog_prefix
Expand Down

0 comments on commit 5d72ad8

Please sign in to comment.