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

Commit 13500fb

Browse files
committed
docker: try to set unbuffered output to fix cloudwatch logs
1 parent 9b2259b commit 13500fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ ENV HIGHFIVE_CONFIG_DIR /highfive/highfive/configs
2222
ENV LC_ALL=C.UTF-8
2323
ENV LANG=C.UTF-8
2424

25+
# Allow logs to show up timely on CloudWatch.
26+
ENV PYTHONUNBUFFERED=1
27+
2528
CMD highfive

0 commit comments

Comments
 (0)