feat: 修改spider的log_level
This commit is contained in:
parent
8ee4ab7dd3
commit
ee2c17eb7b
|
@ -96,7 +96,7 @@ DEFAULT_REQUEST_HEADERS = {
|
|||
REQUEST_FINGERPRINTER_IMPLEMENTATION = "2.7"
|
||||
TWISTED_REACTOR = "twisted.internet.asyncioreactor.AsyncioSelectorReactor"
|
||||
FEED_EXPORT_ENCODING = 'gb18030'
|
||||
LOG_LEVEL = 'DEBUG'
|
||||
LOG_LEVEL = 'INFO'
|
||||
DOWNLOAD_TIMEOUT = 10
|
||||
|
||||
ITEM_PIPELINES = {
|
||||
|
|
Loading…
Reference in New Issue