vmware-archive / runtimes

Kubeless function runtimes: https://kubeless.io/docs/runtimes/
Apache License 2.0
81 stars 89 forks source link

Python runtime Dockerfile(s) should set PYTHONUNBUFFERED env #89

Closed varunbpatil closed 4 years ago

varunbpatil commented 4 years ago

Without this environment variable being set, we don't see the logs immediately and sometimes we don't see the logs at all (for example, when there is an exception in the application).