Login
From:
jdhao's digital space
(Uncensored)
subscribe
Make Python logging Work in GCP
https://jdhao.github.io/2024/09/20/python_logging_in_gcp/
links
backlinks
Roast topics
Find topics
Find it!
When deploying a Python application to GCP Kuberntes Engine, we may see issues that the logging level is not correct in the cloud logging explorer. In order for the Python logging package to work with GCP, we need some additional configurations.