From 0f15afdded59d864343d5b40cc357b033383a445 Mon Sep 17 00:00:00 2001 From: Collin Anderson Date: Mon, 15 Sep 2014 22:14:13 -0400 Subject: [PATCH] merged the two Logging sections --- docs/source/settings.rst | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/docs/source/settings.rst b/docs/source/settings.rst index 64782646..1659dfcf 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -560,6 +560,16 @@ syslog_facility Syslog facility name +statsd_host +~~~~~~~~~~~ + +* ``--statsd-host STATSD_ADDR`` +* ``None`` + +host:port of the statsd server to log to + +.. versionadded:: 19.1 + enable_stdio_inheritance ~~~~~~~~~~~~~~~~~~~~~~~~ @@ -929,14 +939,3 @@ ciphers * ``TLSv1`` Ciphers to use (see stdlib ssl module's) - -Logging -------- - -statsd_host -~~~~~~~~~~~ - -* ``--statsd-host STATSD_ADDR`` -* ``None`` - -host:port of the statsd server to log to