Skip to content

Commit

Permalink
Merge pull request #1202 from mild-blue/1199-wrong-format-of-json-logs
Browse files Browse the repository at this point in the history
Fix JQ log parisng on STG/PROD.
  • Loading branch information
kubantjan authored May 11, 2023
2 parents 00a2c8b + f6244cd commit a183bf3
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 a183bf3

Please sign in to comment.