Skip to content

Commit

Permalink
fix: Set the maximum logging level in release mode to DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Nov 30, 2023
1 parent 5a62784 commit 1648a27
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 @@ -25,7 +25,7 @@ serde = { version = "1.0.183", features = ["derive"] }
serde-wasm-bindgen = "0.5.0"
shared-buffer = "0.1.3"
tokio = { version = "1", features = ["sync"], default_features = false }
tracing = { version = "0.1", features = ["log", "release_max_level_info"] }
tracing = { version = "0.1", features = ["log", "release_max_level_debug"] }
tracing-futures = { version = "0.2" }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
url = "2.4.0"
Expand Down

0 comments on commit 1648a27

Please sign in to comment.