Reputation: 3651
In the Google AppEngine Dashboard, there's a page where I can view all my application logs.
I want to filter logs by their HTTP status code, like 200, 404, or 503, for example.
How do I do this? Is this possible?
Thanks!
Upvotes: 1
Views: 568
Reputation: 59225
Filter by labels, set the status to the desired one.
For example:
status:500
Screenshot:
Upvotes: 2