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

Support severtity level for packages/classes per writer #256

Open
dzikoysk opened this issue May 22, 2022 · 0 comments
Open

Support severtity level for packages/classes per writer #256

dzikoysk opened this issue May 22, 2022 · 0 comments

Comments

@dzikoysk
Copy link

I'd love to see a possibility to set the severity levels for packages or classes for each writers individually.

In our use-case we'd like to filter a little bit of logs from the console, but still keep it all in the file - unfortunately it's not possible with the current impl because the level@package property works globally and affects all writes. Ofc I can filter this using a custom writer, but I think it might be a better idea if it would work like that out of the box. In the end, in most of the use-cases if we'd like to get rid of some logs at the given level, we're mostly thinking about a specific writer that is quite annoying, not the whole logging system.

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

No branches or pull requests

2 participants