Update telemetry
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user