diff --git a/scripts/helm/app/chalice.yaml b/scripts/helm/app/chalice.yaml index a84b9819f..581bb6f55 100644 --- a/scripts/helm/app/chalice.yaml +++ b/scripts/helm/app/chalice.yaml @@ -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'