diff --git a/docs/news.rst b/docs/news.rst index 5f759f0fc..a7cc30b0b 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -22,6 +22,12 @@ Dependencies & Cleanups - ``ChunkedTransferMiddleware`` is deprecated and removed from the default downloader middlewares. +Logging +~~~~~~~ + +- ``HttpErrorMiddleware`` now logs errors with ``INFO`` level instead of ``DEBUG``; + this is technically **backwards incompatible** so please check your log parsers. + Scrapy 1.2.2 (2016-12-06) -------------------------