Also update docs/source/news.rst for #845.

This commit is contained in:
Berker Peksag 2014-11-23 23:24:52 +02:00
parent cb7859caea
commit 194b2d68e3

View File

@ -20,6 +20,7 @@ Logging
+++++++
- fix `#832 <https://github.com/benoitc/gunicorn/issues/832>`_: log to console by default.
- fix `#845 <https://github.com/benoitc/gunicorn/issues/845>`_: set the gunicorn loggers from the paste config
19.1.1 / 2014-08-16
-------------------
@ -37,7 +38,7 @@ Logging
+++++++
- fix `#838 <https://github.com/benoitc/gunicorn/issues/838>`_: statsd logger, send statsd timing metrics in milliseconds
- fix `#839 <https://github.com/benoitc/gunicorn/issues/839>`_: statsd logger, allows for empty log message while pushing metrics and restore worker number in DEBUG logs
- fix `#839 <https://github.com/benoitc/gunicorn/issues/839>`_: statsd logger, allows for empty log message while pushing metrics and restore worker number in DEBUG logs
- fix `#850 <https://github.com/benoitc/gunicorn/issues/850>`_: add
timezone to logging
- fix `#853 <https://github.com/benoitc/gunicorn/issues/853>`_: Respect logger_class setting unless statsd is on