From 194b2d68e3006fccb984290d6054bd7d82b93f9e Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sun, 23 Nov 2014 23:24:52 +0200 Subject: [PATCH] Also update docs/source/news.rst for #845. --- docs/source/news.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/news.rst b/docs/source/news.rst index 9ff36beb..cb243bca 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -20,6 +20,7 @@ Logging +++++++ - fix `#832 `_: log to console by default. +- fix `#845 `_: set the gunicorn loggers from the paste config 19.1.1 / 2014-08-16 ------------------- @@ -37,7 +38,7 @@ Logging +++++++ - fix `#838 `_: statsd logger, send statsd timing metrics in milliseconds -- fix `#839 `_: statsd logger, allows for empty log message while pushing metrics and restore worker number in DEBUG logs +- fix `#839 `_: statsd logger, allows for empty log message while pushing metrics and restore worker number in DEBUG logs - fix `#850 `_: add timezone to logging - fix `#853 `_: Respect logger_class setting unless statsd is on