We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2b944 commit db4c9feCopy full SHA for db4c9fe
scrapy/commands/startproject.py
@@ -27,6 +27,7 @@
27
class Command(ScrapyCommand):
28
29
requires_project = False
30
+ default_settings = {'LOG_ENABLED': False}
31
32
def syntax(self):
33
return "<project_name>"
0 commit comments