From d0c731fc013499e15b6874574b6fe070a4b44ad0 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 2 Jul 2024 18:53:05 +0100 Subject: [PATCH] chore: set default logging lever back to info --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 947a94e..c23c5d6 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -13,5 +13,5 @@ debug = 0 strip = "debuginfo" [env] -RUST_LOG = "hyper=warn,debug" +RUST_LOG = "hyper=warn,info" RUSTFLAGS = "--cfg tokio_unstable"