refactor(log): use time macro (#2604)

This commit is contained in:
Tony
2025-04-08 20:01:11 +08:00
committed by GitHub
parent 4cd625049d
commit 2445e103f2
2 changed files with 8 additions and 16 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ thiserror = { workspace = true }
serde_repr = "0.1"
byte-unit = "5"
log = { workspace = true, features = ["kv_unstable"] }
time = { version = "0.3", features = ["formatting", "local-offset"] }
time = { version = "0.3", features = ["formatting", "local-offset", "macros"] }
fern = "0.7"
tracing = { workspace = true, optional = true }