Skip to content

Commit

Permalink
Set gunicorn log level on warning.
Browse files Browse the repository at this point in the history
Add comment.
  • Loading branch information
abragtim committed May 11, 2023
1 parent 00a2c8b commit f6244cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ CMD . ~/.bashrc && \
conda activate txmatching && \
gunicorn \
--config txmatching/web/gunicorn_configuration.py \
# to get rid of non-json logs at the beggining
--log-level 'warning' \
--bind 0.0.0.0:${PORT} \
--timeout 1800 \
--graceful-timeout 1800 \
Expand Down

0 comments on commit f6244cd

Please sign in to comment.