mirror of https://github.com/scrapy/scrapy.git
disable log on startproject command
This commit is contained in:
parent
df2b9448a9
commit
db4c9fee4c
|
|
@ -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>"
|
||||
|
|
|
|||
Loading…
Reference in New Issue