Skip to content
Snippets Groups Projects
Unverified Commit 24ff0fdd authored by Samuel Guillemet's avatar Samuel Guillemet
Browse files

:ok_hand: IMPROVE: Disable access log in uvicorn

parent aaf6fce9
No related branches found
No related tags found
1 merge request!7🚀 RELEASE: Bump to 0.2.0
......@@ -23,4 +23,4 @@ RUN poetry install --only-root
EXPOSE 8080
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8080", "--proxy-headers"]
\ No newline at end of file
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8080", "--proxy-headers", "--no-access-log"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment