Update docs - more explicit info on logger_class

This commit is contained in:
bloodearnest 2016-02-12 11:42:41 +00:00
parent 34b595e817
commit b05286e9ab

View File

@ -616,7 +616,10 @@ statsd_host
``host:port`` of the statsd server to log 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