diff --git a/.cargo/config.toml b/.cargo/config.toml index c23c5d6..947a94e 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -13,5 +13,5 @@ debug = 0 strip = "debuginfo" [env] -RUST_LOG = "hyper=warn,info" +RUST_LOG = "hyper=warn,debug" RUSTFLAGS = "--cfg tokio_unstable"