mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
enable axum's tracing feature
This pretty much only makes it log a single error event, but it's one that's useful to know about.
This commit is contained in:
parent
8f0fdfb2f2
commit
a275543494
2 changed files with 2 additions and 1 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -192,6 +192,7 @@ dependencies = [
|
|||
"tower",
|
||||
"tower-layer",
|
||||
"tower-service",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ workspace = true
|
|||
# Keep sorted
|
||||
[dependencies]
|
||||
async-trait = "0.1.80"
|
||||
axum = { version = "0.7.5", default-features = false, features = ["form", "http1", "http2", "json", "matched-path"] }
|
||||
axum = { version = "0.7.5", default-features = false, features = ["form", "http1", "http2", "json", "matched-path", "tracing"] }
|
||||
axum-extra = { version = "0.9.3", features = ["typed-header"] }
|
||||
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
|
||||
base64 = "0.22.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue