I am using python 3.5 and until a bit ago all print() statement in python3 logged to the logs viewer https://console.cloud.google.com/logs just fine. However, it suddenly stopped. Does anyone have a quick fix? Also, I did research and I found https://cloud.google.com/logging/docs/reference/libraries#client-libraries-install-python . It seems odd that I never had to do that before. Is that needed? Is that the 'right' way to do things? I am running in Kubernetes, and already have PYTHONUNBUFFERED set to '0', etc.
Any help would be deeply appreciated!