regex - How do I filter the Logs by HTTP status code in the GAE Admin Dashboard -


in google appengine dashboard, there's page can view application logs.

i want filter logs http status code, 200, 404, or 503, example.

how do this? possible?

thanks!

filter labels, set status desired one.

for example:

status:500 

screenshot:

app engine log filtering


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -