Merge pull request #4587 from Gallaecio/4510

logging.rst: remove unused, misleading import
This commit is contained in:
Mikhail Korobov 2020-05-20 22:23:42 +05:00 committed by GitHub
commit 6f3e3411b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -262,7 +262,6 @@ scrapy.utils.log module
This is an example on how to redirect ``INFO`` or higher messages to a file::
import logging
from scrapy.utils.log import configure_logging
logging.basicConfig(
filename='log.txt',