Setting PYTHONUNBUFFERED
to a non empty value ensures that the python output is sent straight to terminal (e.g. your container log) without being first buffered and that you can see the output of your application (e.g. django logs) in real time.
This also ensures that no partial output is held in a buffer somewhere and never written in case the python application crashes.
References:
PYTHONUNBUFFERED
non empty value force the stdout and stderr streams to be unbuffered. This option has no effect on the stdin stream
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With