Skip to content

Commit

Permalink
Repurpose version filter in maintainer logs for web version
Browse files Browse the repository at this point in the history
  • Loading branch information
wkurniawan07 committed Apr 16, 2022
1 parent 0ec7310 commit 06e05c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ private List<EntryListOption> convertLogSearchParams(LogSearchParams s, int page
logFilters.add("jsonPayload.responseStatus=" + q.getStatus());
}
if (q.getVersion() != null) {
logFilters.add("resource.labels.version_id=\"" + q.getVersion() + "\"");
logFilters.add("jsonPayload.webVersion=\"" + q.getVersion() + "\"");
}
if (q.getExtraFilters() != null) {
logFilters.add(q.getExtraFilters());
Expand Down

0 comments on commit 06e05c7

Please sign in to comment.