set flask app instances to log json in k8s clusters

This commit is contained in:
dandds
2019-04-03 06:24:08 -04:00
parent f72ec839a9
commit 09f58dc6cb
7 changed files with 5 additions and 2 deletions

2
sample-server/Procfile Normal file
View File

@@ -0,0 +1,2 @@
uwsgi: LOG_JSON=true DEBUG=false uwsgi --ini sample-server/uwsgi.ini
nginx: nginx -c $(pwd)/sample-server/nginx.conf