Skip to content

Commit

Permalink
Remove the release_max_level_info feature from the tracing crate …
Browse files Browse the repository at this point in the history
…in `Cargo.toml`.

* Update the `tracing` crate dependency to remove the `release_max_level_info` feature.
* Ensure that the `--debug` flag can enable DEBUG logging without the static max level being set to info.
  • Loading branch information
mohsen1 committed Feb 13, 2025
1 parent 576cf63 commit 19386ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ serde_yaml = "0.9.34"
sha2 = "0.10"
time = "0.3"
toml = "0.8"
tracing = { version = "0.1", features = ["release_max_level_info"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
walkdir = "2.4"

Expand Down

0 comments on commit 19386ed

Please sign in to comment.