Skip to content

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.

1 participant