diff --git a/.cargo/config.toml b/.cargo/config.toml index 947a94ec..c23c5d65 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"