Skip to content
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

Removing unsupported --debug flag from uvicorn.run #396

Merged
merged 1 commit into from
Oct 20, 2022

Conversation

viniciusdc
Copy link
Contributor

closes #395

This is a very simple fix to make sure we can still run uvicorn without pinning it in main. We should rethink the debug mode strategy for the main app if there is a need for it... or pin uvicorn to '<0.19.0'

@viniciusdc viniciusdc linked an issue Oct 20, 2022 that may be closed by this pull request
Copy link
Member

@costrouc costrouc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @viniciusdc! I've never actually used the debug flag anyways.

@costrouc costrouc merged commit d009305 into main Oct 20, 2022
anirrudh pushed a commit that referenced this pull request Jan 17, 2023
@anirrudh anirrudh deleted the 395-debug-option-is-now-removed-from-uvicorn branch March 8, 2023 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--debug option is now removed from uvicorn
2 participants