feat(docker): add GUNICORN_LOGLEVEL env var (#24308)

This commit is contained in:
Fabian Halkivaha
2024-08-30 16:42:48 +02:00
committed by GitHub
parent 4fe3000275
commit 1f2f66bcb0

View File

@@ -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} \