From d7a7eae19ec22c8f5250a5ee1cea6affe7810d4f Mon Sep 17 00:00:00 2001 From: Maxime Van Hees Date: Thu, 7 Aug 2025 11:25:40 +0200 Subject: [PATCH] added log feature to tracing --- core/actor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/actor/Cargo.toml b/core/actor/Cargo.toml index ab24673..25708dd 100644 --- a/core/actor/Cargo.toml +++ b/core/actor/Cargo.toml @@ -15,7 +15,7 @@ rhai = { version = "1.21.0", features = ["std", "sync", "decimal", "internals"] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] } -tracing = "0.1" +tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] } clap = { version = "4.4", features = ["derive"] } uuid = { version = "1.6", features = ["v4", "serde"] } # Though task_id is string, uuid might be useful