Skip to content

Commit 1648a27

Browse files
author
Michael-F-Bryan
committed
fix: Set the maximum logging level in release mode to DEBUG
1 parent 5a62784 commit 1648a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde = { version = "1.0.183", features = ["derive"] }
2525
serde-wasm-bindgen = "0.5.0"
2626
shared-buffer = "0.1.3"
2727
tokio = { version = "1", features = ["sync"], default_features = false }
28-
tracing = { version = "0.1", features = ["log", "release_max_level_info"] }
28+
tracing = { version = "0.1", features = ["log", "release_max_level_debug"] }
2929
tracing-futures = { version = "0.2" }
3030
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
3131
url = "2.4.0"

0 commit comments

Comments
 (0)