Restore RUST_LOG filtering, default to INFO if absent

This commit is contained in:
Ken Sedgwick
2024-10-30 10:38:05 -07:00
parent 503b7edeb5
commit ae4b7750cc
3 changed files with 40 additions and 9 deletions

View File

@@ -76,7 +76,7 @@ wasm-bindgen-futures = "0.4"
# native:
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = { version = "1.16", features = ["macros", "rt-multi-thread", "fs"] }
tracing-subscriber = "0.3"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
[target.'cfg(target_os = "android")'.dependencies]