Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
This will create a public issue which anybody can view and comment on.
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
There is an issue where clicking the "Server Errors" section link on the App Engine dashboard did not redirect to the log viewer with the correct status code filter applied which should be 500. The log filters were set for the correct request log and path, but not for the 5XX (Server Error) status code. As a result, the expected error logs were not displayed.
But when hovering on the error links the status filters were clearly present in the url parameters.
What you expected to happen:
The redirected link should add the necessary filters in Cloud Logging. Which is "httpRequest.status="500"" in this case
Steps to reproduce:
Click a link in the Server Errors section on the App Engine dashboard, observe the redirected log explorer's log query; it does not include the status as 500.
Workaround :
A workaround can be done by appending "httpRequest.status="500"" to the end of the log query, which would fetch the desired result after clicking "Run Query".