mirror of https://github.com/scrapy/scrapy.git
Merge branch 'master' into finish_exporting_for_each_start_exporting
This commit is contained in:
commit
0c1e547697
|
|
@ -46,6 +46,9 @@ DEFAULT_LOGGING = {
|
|||
'version': 1,
|
||||
'disable_existing_loggers': False,
|
||||
'loggers': {
|
||||
'filelock': {
|
||||
'level': 'ERROR',
|
||||
},
|
||||
'hpack': {
|
||||
'level': 'ERROR',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue