Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
docker: try to set unbuffered output to fix cloudwatch logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Dec 30, 2019
1 parent 9b2259b commit 13500fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ ENV HIGHFIVE_CONFIG_DIR /highfive/highfive/configs
ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8

# Allow logs to show up timely on CloudWatch.
ENV PYTHONUNBUFFERED=1

CMD highfive

0 comments on commit 13500fb

Please sign in to comment.