Skip to content

Commit db4c9fe

Browse files
pablohoffmandangra
authored andcommitted
disable log on startproject command
1 parent df2b944 commit db4c9fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scrapy/commands/startproject.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
class Command(ScrapyCommand):
2828

2929
requires_project = False
30+
default_settings = {'LOG_ENABLED': False}
3031

3132
def syntax(self):
3233
return "<project_name>"

0 commit comments

Comments
 (0)