disable log on version command. closes #1426

This commit is contained in:
Pablo Hoffman 2015-09-25 16:39:21 -03:00 committed by Daniel Graña
parent db4c9fee4c
commit 86fc33060b
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ from scrapy.commands import ScrapyCommand
class Command(ScrapyCommand):
default_settings = {'LOG_ENABLED': False}
def syntax(self):
return "[-v]"