-
Notifications
You must be signed in to change notification settings - Fork 1.4k
dashboard/app: filter out some entries from the error log #6531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Why not add extra filtering to the query itself? |
How can I do that? |
|
We already have some filtering: syzkaller/dashboard/app/main.go Lines 2463 to 2471 in 4e5820c
|
How can I filter for that?
|
9c4d32c to
f76ea43
Compare
|
This works: (After looking at the results) |
Don't show package update errors, they happen in hundreds every day. Don't show internal datastore bugs (these are not our bugs).
f76ea43 to
7fee06a
Compare
Thanks!
Agree. They don't even look like errors. At least it's impossible to understand what's wrong. |
Don't show package update errors, they happen in hundreds every day.
Don't show internal datastore bugs (these are not our bugs).