Improved tracing (part 2)

This commit is contained in:
mdecimus
2024-07-25 20:35:13 +02:00
parent ae7cadc27d
commit 52cb48353e
108 changed files with 3137 additions and 2307 deletions

8
Cargo.lock generated
View File

@@ -1063,7 +1063,6 @@ dependencies = [
"store",
"tokio",
"tokio-rustls 0.26.0",
"tracing",
"tracing-appender",
"tracing-journald",
"tracing-opentelemetry",
@@ -2959,7 +2958,6 @@ dependencies = [
"store",
"tokio",
"tokio-rustls 0.26.0",
"tracing",
"trc",
"utils",
]
@@ -3193,7 +3191,6 @@ dependencies = [
"store",
"tokio",
"tokio-tungstenite 0.23.1",
"tracing",
"trc",
"tungstenite 0.23.0",
"utils",
@@ -3233,7 +3230,6 @@ dependencies = [
"serde_json",
"store",
"tokio",
"tracing",
"trc",
"utils",
]
@@ -3595,7 +3591,6 @@ dependencies = [
"smtp",
"store",
"tokio",
"tracing",
"trc",
"utils",
]
@@ -3622,7 +3617,6 @@ dependencies = [
"store",
"tokio",
"tokio-rustls 0.26.0",
"tracing",
"trc",
"utils",
]
@@ -4474,7 +4468,6 @@ dependencies = [
"store",
"tokio",
"tokio-rustls 0.26.0",
"tracing",
"trc",
"utils",
]
@@ -6051,7 +6044,6 @@ dependencies = [
"store",
"tokio",
"tokio-rustls 0.26.0",
"tracing",
"trc",
"utils",
"webpki-roots 0.26.3",