We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7986eb3 + 28db0fa commit 1621be6Copy full SHA for 1621be6
src/bin/spin.rs
@@ -46,6 +46,7 @@ async fn _main() -> anyhow::Result<()> {
46
.with_writer(std::io::stderr)
47
.with_env_filter(
48
tracing_subscriber::EnvFilter::from_default_env()
49
+ .add_directive("wasmtime_wasi_http=warn".parse()?)
50
.add_directive("watchexec=off".parse()?),
51
)
52
.with_ansi(std::io::stderr().is_terminal())
0 commit comments