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

Added support for module level filtering #89

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

userffx
Copy link

@userffx userffx commented Dec 7, 2023

Added support for RUST_LOG-based module/target level filtering like in env_logger crate

RUST_LOG=warn ./main
RUST_LOG=data=debug,hardware=debug ./main
RUST_LOG=warn,data=debug,hardware=debug ./main

@userffx userffx marked this pull request as draft December 7, 2023 12:06
@userffx userffx force-pushed the filtering branch 3 times, most recently from f224f70 to c4eef43 Compare December 8, 2023 02:54
@userffx userffx marked this pull request as ready for review December 10, 2023 00:02
@userffx userffx force-pushed the filtering branch 2 times, most recently from 62d709a to 717086e Compare December 30, 2023 12:24
Added support for `RUST_LOG`-based module/target level filtering like in env_logger crate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant