Skip to content

Commit

Permalink
chore: gunicorn access logs / capture_output (#7534)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-richards committed Jun 14, 2024
1 parent c1941df commit 774fe78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/build/datatracker-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=$!
Expand Down

0 comments on commit 774fe78

Please sign in to comment.