From 48046eaa6acf8eac26ecf694c317d54a5dbab704 Mon Sep 17 00:00:00 2001 From: Yoav Tzfati <63187825+Crazytieguy@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:16:35 -0700 Subject: [PATCH] Add log compatibility --- async-openai/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-openai/Cargo.toml b/async-openai/Cargo.toml index 94465005..7c69b7e3 100644 --- a/async-openai/Cargo.toml +++ b/async-openai/Cargo.toml @@ -40,7 +40,7 @@ thiserror = "1.0.61" tokio = { version = "1.38.0", features = ["fs", "macros"] } tokio-stream = "0.1.15" tokio-util = { version = "0.7.11", features = ["codec", "io-util"] } -tracing = "0.1.40" +tracing = { version = "0.1.40", features = ["log"] } derive_builder = "0.20.0" async-convert = "1.0.0" secrecy = { version = "0.8.0", features = ["serde"] }