Skip to content

Commit 86fc330

Browse files
pablohoffmandangra
authored andcommitted
disable log on version command. closes scrapy#1426
1 parent db4c9fe commit 86fc330

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scrapy/commands/version.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
class Command(ScrapyCommand):
1313

14+
default_settings = {'LOG_ENABLED': False}
15+
1416
def syntax(self):
1517
return "[-v]"
1618

0 commit comments

Comments
 (0)