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

Fix tracing_subscriber filtering #702

Merged
merged 3 commits into from
Aug 23, 2022
Merged

Fix tracing_subscriber filtering #702

merged 3 commits into from
Aug 23, 2022

Conversation

ascjones
Copy link
Collaborator

Enables the env_filter feature of tracing_subscriber. Previously all messages above INFO were displayed even if RUST_LOG was not set:

image

Now:

image

Also enabled special init function for testing.

@ascjones ascjones merged commit 50f8045 into master Aug 23, 2022
@ascjones ascjones deleted the aj/tracing-init branch August 23, 2022 09:27
@ascjones ascjones mentioned this pull request Feb 14, 2023
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.

2 participants