fix(log):replace all println! with log

This commit is contained in:
2025-04-15 10:10:04 +08:00
committed by Samuel Dai
parent a671480b6f
commit 8c4107a8b4
12 changed files with 45 additions and 40 deletions

View File

@ -28,7 +28,7 @@ service = { path = "../service" }
cni = { path = "../cni" }
async-trait = "0.1"
lazy_static = "1.4.0"
log = "0.4"
log = "0.4.27"
my-workspace-hack = { version = "0.1", path = "../my-workspace-hack" }
url = "2.4"
derive_more = { version = "2", features = ["full"] }