Skip to content

Commit

Permalink
Adding accessLog and errorLog to the commandline
Browse files Browse the repository at this point in the history
  • Loading branch information
pushyamig committed May 31, 2024
1 parent dbc9595 commit 4557e70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ if [ "${IS_CRON_POD:-"false"}" == "false" ]; then
--bind 0.0.0.0:${GUNICORN_PORT} \
--workers="${GUNICORN_WORKERS}" \
--timeout="${GUNICORN_TIMEOUT}" \
--access-logfile='-' \
--error-logfile='-' \
--access-logformat='%({x-forwarded-for}i)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s %(L)s' \
${GUNICORN_RELOAD}

Expand Down

0 comments on commit 4557e70

Please sign in to comment.