Python logging in GCP kubernetes

5/29/2019

I have a dockerized a python application. I want to deploy the container on GCP Kubernetes. I have included logs in the application by using the logging module. My question is does by default the logs will be stored to stackdriver or should I need to use google.cloud.logging integrated with logging module to store the logs to the stackdriver?

-- bigbounty
google-kubernetes-engine
python-logging
stackdriver

1 Answer

8/5/2019

Take a look at this documentation on how to make Py and Stackdriver work.

-- Luis Javier Alvarez Rodriguez
Source: StackOverflow