mirror of https://github.com/scrapy/scrapy.git
disable log on version command. closes #1426
This commit is contained in:
parent
db4c9fee4c
commit
86fc33060b
|
|
@ -11,6 +11,8 @@ from scrapy.commands import ScrapyCommand
|
|||
|
||||
class Command(ScrapyCommand):
|
||||
|
||||
default_settings = {'LOG_ENABLED': False}
|
||||
|
||||
def syntax(self):
|
||||
return "[-v]"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue