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

Check support for filtering message levels & routing differently #12

Open
phillipjohnston opened this issue Jan 10, 2020 · 1 comment
Open
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@phillipjohnston
Copy link
Member

Filtering message routing based on log level needs to be checked. I'd expect a user to implement that strategy manually, but need to verify that the appropriate hooks are there to enable that

@phillipjohnston
Copy link
Member Author

To use more words here: the original client wanted the ability to be able to filter different log messages, and depending on the level, to output them to different channels. One thought was that "critical" error messages could go out over satellite radio + SD card, while lower priority messages can be logged to an SD card.

We just need to create an example strategy class that proves we can filter messages to different places depending on the log level.

@phillipjohnston phillipjohnston added help wanted Extra attention is needed question Further information is requested labels Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant