Skip to content

Commit

Permalink
feat(docker): add GUNICORN_LOGLEVEL env var (#24308)
Browse files Browse the repository at this point in the history
  • Loading branch information
drummerwolli committed Aug 30, 2024
1 parent 4fe3000 commit 1f2f66b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/run-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ gunicorn \
--workers ${SERVER_WORKER_AMOUNT:-1} \
--worker-class ${SERVER_WORKER_CLASS:-gthread} \
--threads ${SERVER_THREADS_AMOUNT:-20} \
--log-level "${GUNICORN_LOGLEVEL:info}" \
--timeout ${GUNICORN_TIMEOUT:-60} \
--keep-alive ${GUNICORN_KEEPALIVE:-2} \
--max-requests ${WORKER_MAX_REQUESTS:-0} \
Expand Down

0 comments on commit 1f2f66b

Please sign in to comment.