mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Update docs - more explicit info on logger_class
This commit is contained in:
parent
34b595e817
commit
b05286e9ab
@ -616,7 +616,10 @@ statsd_host
|
|||||||
``host:port`` of the statsd server to log to.
|
``host:port`` of the statsd server to log to.
|
||||||
|
|
||||||
Note: enabling this switches the default *logger_class* to
|
Note: enabling this switches the default *logger_class* to
|
||||||
``gunicorn.instrument.statsd.Statsd``
|
``gunicorn.instrument.statsd.Statsd``. If you wish to use statsd with
|
||||||
|
a custom *logger_class*, you should make sure your class is API
|
||||||
|
compatible with ``gunicorn.instrument.statsd.Statsd``, or inherit from
|
||||||
|
it.
|
||||||
|
|
||||||
.. versionadded:: 19.1
|
.. versionadded:: 19.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user