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
+2 -2
View File
@@ -1,9 +1,9 @@
[observability]
endpoint = "http://localhost:4317"
use_stdout = true
sample_ratio = 0.5
sample_ratio = 1
meter_interval = 30
service_name = "rustfs_obs_service"
service_name = "rustfs_obs"
service_version = "0.1.0"
deployment_environment = "develop"