Skip to content

Commit

Permalink
fix: Request batch export logs with level filter
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Nov 15, 2023
1 parent c49309e commit c5dd8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ const api = {
const params = toParams(
{
limit: LOGS_PORTION_LIMIT,
type_filter: typeFilters,
level_filter: typeFilters,
search: searchTerm || undefined,
before: trailingEntry?.timestamp,
after: leadingEntry?.timestamp,
Expand Down

0 comments on commit c5dd8b9

Please sign in to comment.