Skip to content

Commit

Permalink
disable log on startproject command
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohoffman authored and dangra committed Dec 30, 2015
1 parent df2b944 commit db4c9fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scrapy/commands/startproject.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
class Command(ScrapyCommand): class Command(ScrapyCommand):


requires_project = False requires_project = False
default_settings = {'LOG_ENABLED': False}


def syntax(self): def syntax(self):
return "<project_name>" return "<project_name>"
Expand Down

0 comments on commit db4c9fe

Please sign in to comment.