chore(chalice): enable logging in stdout
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
9cdf82c1c5
commit
6cbc273aaa
1 changed files with 3 additions and 0 deletions
|
|
@ -62,3 +62,6 @@ env:
|
|||
S3_HOST: 's3://minio.db.svc.cluster.local:9000'
|
||||
S3_KEY: ''
|
||||
S3_SECRET: ''
|
||||
# Enable logging for python app
|
||||
# Ref: https://stackoverflow.com/questions/43969743/logs-in-kubernetes-pod-not-showing-up
|
||||
PYTHONUNBUFFERED: '0'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue