Merge pull request #1501 from scrapy/disable-log-on-startproject

disable log on startproject command
This commit is contained in:
Mikhail Korobov 2015-09-20 02:47:41 +05:00
commit 181f8d27d7
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ IGNORE = ignore_patterns('*.pyc', '.svn')
class Command(ScrapyCommand):
requires_project = False
default_settings = {'LOG_ENABLED': False}
def syntax(self):
return "<project_name>"