database: add tracing

This commit is contained in:
hinto.janai 2024-05-05 14:43:59 -04:00
parent 10d327ca13
commit ac446b228a
No known key found for this signature in database
GPG key ID: D47CE05FA175A499
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -559,6 +559,7 @@ dependencies = [
"tokio",
"tokio-util",
"tower",
"tracing",
]
[[package]]

View file

@ -33,6 +33,7 @@ monero-serai = { workspace = true, features = ["std"] }
paste = { workspace = true }
page_size = { version = "0.6.0" } # Needed for database resizes, they must be a multiple of the OS page size.
thiserror = { workspace = true }
tracing = { workspace = true }
# `service` feature.
crossbeam = { workspace = true, features = ["std"], optional = true }