Skip to content

Commit

Permalink
tracing: Unset max log level features
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Dec 3, 2024
1 parent 434aa4e commit 010683a
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 @@ -40,7 +40,7 @@ required-features = ["json-logger"]
opentelemetry = {version = "0.27", optional = true}
opentelemetry-otlp = {version = "0.27", features = ["http-proto", "reqwest-client"], default-features = false, optional = true}
opentelemetry_sdk = {version = "0.27", features = ["rt-tokio"], optional = true}
tracing = {version = "0.1", features = ["max_level_debug", "release_max_level_info"]}
tracing = {version = "0.1"}
tracing-log = {version = "0.2"}
tracing-opentelemetry = {version = "0.28", optional = true}
tracing-subscriber = {version = "0.3", features = ["env-filter"]}
Expand Down

0 comments on commit 010683a

Please sign in to comment.