chore: gunicorn access logs / capture_output (#7534)

This commit is contained in:
Jennifer Richards 2024-06-14 12:43:06 -03:00 committed by GitHub
parent c1941df7e7
commit 774fe78d3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,8 @@ gunicorn \
--timeout "${DATATRACKER_GUNICORN_TIMEOUT:-180}" \
--bind :8000 \
--log-level "${DATATRACKER_GUNICORN_LOG_LEVEL:-info}" \
--capture-output \
--access-logfile -\
${DATATRACKER_GUNICORN_EXTRA_ARGS} \
ietf.wsgi:application &
gunicorn_pid=$!