Hi I am immigrating an app from standard environment to flexible 
environment. But I am facing a problem, in the standard environment I have 
built a flask server using python, and whenever I receive a HTTP get, I 
record the request ID for the request log by 
"os.environ.get('REQUEST_LOG_ID')". This help me to check the request log 
in the future easily. This method is also taught on Google's document with 
topic "How requests are handled" 
(https://cloud.google.com/appengine/docs/python/how-requests-are-handled). 
But now in the flexible environment, I find there is no "'REQUEST_LOG_ID" 
in the result returned by "os.environ". And I can not find any instruction 
on how to get request id in flexible environment (the request id is still 
exist, I can see the request id in the request log). So is there any way to 
get the request id?

Thanks so much for any help!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6a6c0de7-8813-48ed-89ef-c2597ccb5500%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to