mirror of https://github.com/scrapy/scrapy.git
logging.rst: remove unused, misleading import
This commit is contained in:
parent
6e79216425
commit
f418c6d5f7
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue