-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add aiohttp_debugtoolbar to make debugging the web installer easier #863
Conversation
Would |
@@ -360,6 361,10 @@ def start(cli_options): | |||
make_default_config_if_needed('genconf/config.yaml') | |||
loop = asyncio.get_event_loop() | |||
app = build_app(loop) | |||
|
|||
if options.verbose: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of verbose, should it be a debug?
(that's my only comment. everything else LGTM).
|
Okay. reasoning sounds good to me. Ship-it. |
Things which aren't passing all the tests shouldn't ever be given ship its... |
74eb410
to
43cbade
Compare
Okay. I will review it again once you have gotten it right. |
43cbade
to
5d74630
Compare
Closing for now, no time to work on it. Will re-work later. Will help when we rework the web apis |
Enabled whenever
--web --verbose
is run.