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

@ -12,3 +12,5 @@ serde_json = "1.0"
my-workspace-hack = { version = "0.1", path = "../my-workspace-hack" }
provider = { path = "../provider" }
dotenv = "0.15"
env_logger = "0.10"
log = "0.4.27"