One thing I'd add to the above excellent comment by Nicholas G:
There's currently a beta feature in the
gcloud tool which can read app logs and show any info, warning, error, etc. logs from within the requests, while the
gcloud app logs read won't show this information:
gcloud beta logging read
As to your last comment, Rajesh, yes I'd say that gathering logs like this will contain information you probably don't want to share with the public, so you would want to either email it to us directly or open a
Public Issue Tracker report with the label "Restrict-View-EditIssue".