Skip to content

Commit

Permalink
Update docs - more explicit info on logger_class
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodearnest committed Feb 19, 2016
1 parent 96ecdd4 commit 1359b3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1359b3d

Please sign in to comment.