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 0987a53 commit 8b56f1cCopy full SHA for 8b56f1c
setup.py
@@ -848,6 +848,7 @@ def option_parser(): # {{{
848
p.add_argument(
849
'--extra-logging',
850
action='append',
851
+ default=[],
852
choices=('event-loop',),
853
help='Turn on extra logging for debugging in this build. Can be specified multiple times, to turn'
854
'on different types of logging.'
0 commit comments