-
Notifications
You must be signed in to change notification settings - Fork 58
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
Initialize env_logger::Builder through env_logger::from_env #41
Comments
The docs with this are pretty minimal, and some of them refer to the wrong project (ie //https://docs.rs/env_logger/0.5.0-rc.1/env_logger/struct.Builder.html). I don't think
|
Also, instead of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Executing this code
with
prints
and this is quite confusing, because I expected it to print all log levels (it ignores the environment variable).
The text was updated successfully, but these errors were encountered: