From 17c64ba1add0e21d1bf1572b102d3970d55dd5dc Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sat, 21 Oct 2023 02:38:19 +0100 Subject: add logging to connection.rs --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ffd2931..5a02af6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,3 +20,8 @@ tokio-native-tls = "0.3.1" tracing = "0.1.40" trust-dns-resolver = "0.22.0" try_map = "0.3.1" + +[dev-dependencies] +test-log = { version = "0.2", features = ["trace"] } +env_logger = "*" +tracing-subscriber = {version = "0.3", default-features = false, features = ["env-filter", "fmt"]} -- cgit