Skip to content
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

Filters #10

Open
binaryfire opened this issue Jul 21, 2023 · 5 comments
Open

Filters #10

binaryfire opened this issue Jul 21, 2023 · 5 comments
Milestone

Comments

@binaryfire
Copy link

binaryfire commented Jul 21, 2023

Great project!

Would it be possible to add an option to filter by log channel? There are a lot of times when you only want to see a certain "type" of log messages.

Edit: I think the filtering idea could be expanded to event types too: #10 (comment)

@butschster butschster transferred this issue from buggregator/server Jul 23, 2023
@butschster butschster added the enhancement New feature or request label Jul 24, 2023
@butschster
Copy link
Member

Hi @binaryfire

Could you provide more information? What event type and what is a log channel?

@binaryfire
Copy link
Author

Hi @butschster

Here's a screenshot of a log entry to the sql channel:

image

The Symfony docs include some good examples of monolog channels: https://symfony.com/doc/current/logging/channels_handlers.html

I'm using the logger to push various info to Buggregator in development. Each category of info is assigned a different channel (eg. MySQL queries are assigned to the sql channel). It would be great if we could filter by channel so we can view only the type of log entries we're interested in at any given time

@binaryfire
Copy link
Author

Buggregator JSON for the above log entry:

image

@butschster butschster added this to the 1.0 milestone Aug 7, 2023
Kreezag added a commit that referenced this issue Aug 26, 2023
Kreezag added a commit that referenced this issue Aug 26, 2023
Kreezag added a commit that referenced this issue Aug 26, 2023
@binaryfire binaryfire changed the title Filter by log channel Filters Nov 25, 2023
@binaryfire
Copy link
Author

Hi guys

Actually it'd be great to expand on this idea and add general event filtering to the top navbar. Currently there's no way to only display events of certain types (eg. logs, Sentry, Ray etc).

I suggest checkboxes so that multiple event types can be filtered on at once. Something like this would be great

@butschster butschster added the for contributors Extra attention is needed label Apr 30, 2024
@Kreezag
Copy link
Member

Kreezag commented Aug 10, 2024

Hi @binaryfire
I would offer you to loot at our new feature calling "projects": https://github.com/buggregator/server/releases/tag/1.11.0
This feature can help split events between several environments/projects.
The monolog events are supported as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

3 participants