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

Logging level changes for prod #87

Merged
merged 1 commit into from Mar 5, 2021
Merged

Logging level changes for prod #87

merged 1 commit into from Mar 5, 2021

Conversation

ashleysommer
Copy link
Collaborator

Same as #86 but for prod branch.

This prevents sanic from logging accesses and other superfluous details to stdout
Bump the version of Sanic and plugins to latest. Picks up bugfixes etc.
Change prod method to use uvicorn instead of python directly. This is a better prod deployment method.
Change uvicorn log level to WARNING instead of INFO. This prevents uvicorn from logging accesses and other superfluous details to its log.
@jyucsiro jyucsiro merged commit a6f3a90 into prod Mar 5, 2021
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.

None yet

3 participants