mirror of https://github.com/scrapy/scrapy.git
Add note on HttpErrorMiddleware new logging level
This commit is contained in:
parent
e9b3cf01f4
commit
9d5afd8c35
|
|
@ -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)
|
||||
-------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue