How to group related request log entries GAE python 3.7 standard env
问题 I'm using Google App Engine python 3.7 standard and i'm trying to group related request log entries. According to the Writing Application Logs documentation, I should: Set the trace identifier in the LogEntry trace field of your app log entries. The expected format is projects/[PROJECT_ID]/traces/[TRACE_ID] Where/How should use LogEntry? The Stackdriver Logging documentation doesn't show how it's possible. Am I missing something? Code examples would be much appreciated. [UPDATE] Following