mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Add disable-redirect-access-to-syslog documentation.
This commit is contained in:
parent
7dc9003dff
commit
919871d656
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user