Skip to content

Commit 81dc008

Browse files
committed
Turn of tracing-log feature for tracing-subscriber
Signed-off-by: Caleb Schoepp <[email protected]>
1 parent 9ad3b3c commit 81dc008

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

Cargo.lock

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.5.1" }
2222
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.5.1" }
2323
tokio = { version = "1.23", features = ["full"] }
2424
tracing = { version = "0.1", features = ["log"] }
25-
tracing-subscriber = { version = "0.3.7", features = ["env-filter"] }
25+
tracing-subscriber = { version = "0.3.7", default-features = false, features = ["smallvec", "fmt", "ansi", "std", "env-filter"] }
2626
wasmtime-wasi = { version = "18.0.4", features = ["tokio"] }
2727

2828
[target.'cfg(target_os = "linux")'.dependencies]

0 commit comments

Comments
 (0)