Duplicate log entries with Google Cloud Stackdriver logging of Python code on Kubernetes Engine
问题 I have a simple Python app running in a container on Google Kubernetes Engine. I am trying to connect the standard Python logging to Google Stackdriver logging using this guide. I have almost succeeded, but I am getting duplicate log entries with one always at the 'error' level... Screenshot of Stackdriver logs showing duplicate entries This is my python code that set's up the logging according to the above guide: import webapp2 from paste import httpserver import rpc # Imports the Google