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
?
Take a look at this documentation on how to make Py and Stackdriver work.