From c817ec6779b44ecd8ec30ca185ee8126d9a7c2d3 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 28 Jan 2024 00:31:10 +0800 Subject: [PATCH] more logger feature! --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4bd084..a2f4a5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,9 @@ sha1 = "0.10.6" zstd = "0.13.0" log = "0.4.20" -simple_logger = "4.3.3" +[dependencies.simple_logger] +version = "4.3.3" +features = ["colors", "threads", "timestamps", "stderr"] # [dependencies.db_logger] # version = "0.1" # optional = true