Add observability using the tracing crate

This commit is contained in:
2022-01-10 14:41:11 +01:00
parent a9942002b2
commit 747e962bc9
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();