This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
The following commit(s) were added to refs/heads/main by this push:
new d1a990a Unbuffer python application log
d1a990a is described below
commit d1a990a92a9024b7e7960d62fb3d14c2bd74bbd4
Author: kezhenxu94 <[email protected]>
AuthorDate: Thu Dec 1 21:11:08 2022 +0800
Unbuffer python application log
---
services/load-gen/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/services/load-gen/Dockerfile b/services/load-gen/Dockerfile
index 3e9bbf6..ee5a801 100644
--- a/services/load-gen/Dockerfile
+++ b/services/load-gen/Dockerfile
@@ -25,4 +25,4 @@ COPY loadgen.py loadgen.py
RUN sudo apt-get update && sudo apt-get install -y python3-pip
RUN pip3 install -r requirements.txt
-CMD python3 loadgen.py
+CMD python3 -u loadgen.py