Skip to content

Being able to focus only on error or audit messages #1526

@DCollart

Description

@DCollart

Describe the feature.

Is your feature related to a problem? Please describe.

That would solve the problem I just documented : #1525
But it's not the main point.

Describe the requested feature

That would be great to have a way to get only audit or only error messages.

I had to investigate some errors but since audit messages are always loaded (and we have way more audit messages than error messages) it really slow down any operation (search/paging/ordering).

I tried ordering on status but... If I order "ascending" I get the successful first (not useful).
image
If I order "descending" I see the errors for a second then they are replaced by the "successful after retries"
image

And even if ordering was OK, since it's not possible to order on multiple columns it's not usable.

Having a way to specify I only want to deal with error/audit messages would be great and probably way faster (we usually have way less error messages than audit messages).

Describe alternatives you've considered

I checked directly in the API, but that's pity.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions