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

Feature Request: Log filter based on tree view of all logger names #352

Open
AdrianEggenberger opened this issue Jun 7, 2022 · 0 comments

Comments

@AdrianEggenberger
Copy link

Hi

I'm very impressed of the performance of Tailviewer and I'm using it quite often to handle my log files.

One thing that I've seen in other log viewer would sometimes be quite handy.

The idea is to introduce a new filter that shows all logger names that have been seen so far in a tree view based on there Namespace they have (eg. "MyAppl.MyService.MyModule"):
MyAppl

  • MyService
    -- MyModule1
  • MyFileHandling

By adding a check box to each element of the tree all messages of the tree may be enabled or disabled.

The more advanced implementation for that is that all three elements get there own individual log level and all messages are filtered to that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants