Add observability using the tracing crate

This commit is contained in:
2022-01-10 14:41:11 +01:00
parent c0f9a1a771
commit 6bdd98396a
10 changed files with 364 additions and 192 deletions

View File

@@ -1,6 +1,6 @@
pub mod test_helper;
#[actix_rt::test]
#[tokio::test]
async fn health_check_works() {
let address = test_helper::spawn_app();
let client = reqwest::Client::new();