replace log to tracing

This commit is contained in:
houseme
2025-03-19 22:34:26 +08:00
parent 197ae72e93
commit 28a4a917d4
10 changed files with 52 additions and 33 deletions
Generated
+1 -2
View File
@@ -5617,7 +5617,6 @@ dependencies = [
"flatbuffers",
"futures",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
@@ -5627,7 +5626,6 @@ dependencies = [
"lazy_static",
"local-ip-address",
"lock",
"log",
"madmin",
"matchit 0.8.6",
"mime",
@@ -5658,6 +5656,7 @@ dependencies = [
"tower 0.5.2",
"tower-http",
"tracing",
"tracing-core",
"tracing-error",
"tracing-subscriber",
"transform-stream",