set flask app instances to log json in k8s clusters
This commit is contained in:
parent
f72ec839a9
commit
09f58dc6cb
@ -10,3 +10,4 @@ data:
|
||||
OVERRIDE_CONFIG_FULLPATH: /opt/atat/atst/atst-overrides.ini
|
||||
UWSGI_CONFIG_FULLPATH: /opt/atat/atst/uwsgi-config.ini
|
||||
CRL_STORAGE_PROVIDER: CLOUDFILES
|
||||
LOG_JSON: "true"
|
||||
|
@ -11,3 +11,4 @@ data:
|
||||
UWSGI_CONFIG_FULLPATH: /opt/atat/atst/uwsgi-config.ini
|
||||
RQ_QUEUES: atat-test
|
||||
CRL_STORAGE_PROVIDER: CLOUDFILES
|
||||
LOG_JSON: "true"
|
||||
|
@ -11,3 +11,4 @@ data:
|
||||
UWSGI_CONFIG_FULLPATH: /opt/atat/atst/uwsgi-config.ini
|
||||
RQ_QUEUES: atat-uat
|
||||
CRL_STORAGE_PROVIDER: CLOUDFILES
|
||||
LOG_JSON: "true"
|
||||
|
@ -1,2 +0,0 @@
|
||||
uwsgi: LOG_JSON=true DEBUG=false uwsgi --ini sample-config/uwsgi.ini
|
||||
nginx: nginx -c $(pwd)/sample-config/nginx.conf
|
2
sample-server/Procfile
Normal file
2
sample-server/Procfile
Normal 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
|
Loading…
x
Reference in New Issue
Block a user