logging.rst: remove unused, misleading import

This commit is contained in:
Adrián Chaves 2020-05-19 20:04:47 +02:00
parent 6e79216425
commit f418c6d5f7
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',