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

tracing-log 0.2.0 is missing env_logger #3081

Open
jethrogb opened this issue Sep 13, 2024 · 2 comments
Open

tracing-log 0.2.0 is missing env_logger #3081

jethrogb opened this issue Sep 13, 2024 · 2 comments

Comments

@jethrogb
Copy link

When looking through the git history, it appears as if the env_logger module/feature of tracing-log has been there for years. But when downloading the 0.2.0 crate from crates.io, it's missing:

tracing-log$ grep -m1 ^version Cargo.toml
version = "0.2.0"
tracing-log$ ls src/
interest_cache.rs  lib.rs  log_tracer.rs
tracing-log$ 
@jethrogb
Copy link
Author

jethrogb commented Sep 13, 2024

I see this comment in the master branch:

The master branch is the pre-release, development version of tracing. Please see the v0.1.x branch for the versions of tracing released to crates.io.

Does this mean I'm supposed to look at v0.1.x for 0.2?

@kaffarell
Copy link
Contributor

kaffarell commented Sep 16, 2024

env_logger has been dropped from 0.2 (master branch). See #2771 and #2750. Note that the latest stable version is 0.1.x (on the 0.1.x branch).

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

No branches or pull requests

2 participants