Add logging to unit testing

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-05-28 00:15:19 +10:00
parent cb418fda11
commit fd5b78c337
No known key found for this signature in database
GPG key ID: 76D1E687CA3C4928
3 changed files with 28 additions and 0 deletions

3
Cargo.lock generated
View file

@ -361,6 +361,7 @@ dependencies = [
"thiserror",
"tokio",
"tracing",
"tracing-subscriber",
"url",
]
@ -4124,8 +4125,10 @@ dependencies = [
"serde",
"serde_json",
"sharded-slab",
"smallvec",
"thread_local",
"tracing-core",
"tracing-log",
"tracing-serde",
]