Log HTTP requests on stdout in Dockerfile

This commit is contained in:
Stéphane Bidoul 2021-11-28 16:45:35 +01:00
parent 51e8522209
commit d11ebddcca
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92

View file

@ -33,4 +33,4 @@ ENV PYTHONPATH=/app
EXPOSE 8000
CMD [ "gunicorn", "-w", "1", "--bind", ":8000", "-k", "runboat.uvicorn.RunboatUvicornWorker", "runboat.app:app"]
CMD [ "gunicorn", "-w", "1", "--bind", ":8000", "-k", "runboat.uvicorn.RunboatUvicornWorker", "--access-log=-", "runboat.app:app"]