Update telemetry
Some checks failed
Rust / Test (push) Has been cancelled
Rust / Rustfmt (push) Has been cancelled
Rust / Clippy (push) Has been cancelled
Rust / Code coverage (push) Has been cancelled

This commit is contained in:
Alphonse Paix
2025-09-28 03:37:23 +02:00
parent ac96b3c249
commit 1117d49746
20 changed files with 120 additions and 116 deletions

View File

@@ -177,7 +177,7 @@ pub async fn favicon() -> Response {
.unwrap()
}
Err(e) => {
tracing::error!("Error while reading favicon.ico: {}", e);
tracing::error!(error = %e, "Error while reading favicon.ico.");
StatusCode::NOT_FOUND.into_response()
}
}