Use UWSGI_LOGTO environment var to set logging path

This commit is contained in:
Abhilash Raj
2017-05-20 11:01:15 -07:00
committed by Abhilash Raj
parent f88e8fc87c
commit 5503fbf79d
2 changed files with 9 additions and 10 deletions

View File

@@ -35,4 +35,4 @@ EXPOSE 8000
ENTRYPOINT ["/opt/run.sh"]
CMD ["uwsgi", "--http-auto-chunked --http-keepalive --logto $UWSGI_LOG_URL"]
CMD ["uwsgi", "--http-auto-chunked","--http-keepalive"]