Add note on HttpErrorMiddleware new logging level

This commit is contained in:
Paul Tremberth 2016-12-16 18:46:49 +01:00
parent e9b3cf01f4
commit 9d5afd8c35
1 changed files with 6 additions and 0 deletions

View File

@ -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)
-------------------------