rename rustfs-logging to rustfs-obs

This commit is contained in:
houseme
2025-03-09 10:47:03 +08:00
parent 4ecb53c526
commit bcab86fc38
8 changed files with 181 additions and 32 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ members = [
"iam", # Identity and Access Management
"crypto", # Cryptography and security features
"cli/rustfs-gui", # Graphical user interface client
"packages/logging", # Logging utilities
"packages/obs", # Observability utilities
]
resolver = "2"
@@ -81,7 +81,7 @@ rdkafka = { version = "0.37", features = ["tokio"] }
rfd = { version = "0.15.2", default-features = false, features = ["xdg-portal", "tokio"] }
rmp = "0.8.14"
rmp-serde = "1.3.0"
rustfs-logging = { path = "packages/logging", version = "0.0.1" }
rustfs-obs = { path = "packages/obs", version = "0.0.1" }
rust-embed = "8.6.0"
s3s = { git = "https://github.com/Nugine/s3s.git", rev = "ab139f72fe768fb9d8cecfe36269451da1ca9779", default-features = true, features = [
"tower",