Skip to content

Commit cd91edc

Browse files
Update crates/service/src/middleware/attestation.rs
Co-authored-by: consoli <[email protected]>
1 parent da3fc4f commit cd91edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/service/src/middleware/attestation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ impl StatusCodeExt for AttestationError {
9898

9999
impl IntoResponse for AttestationError {
100100
fn into_response(self) -> Response {
101-
tracing::error!("Attestation error: {}", self);
101+
tracing::error!(error=self, "Attestation error");
102102
let status_code = self.status_code();
103103
ErrorResponse::new(self).into_response(status_code)
104104
}

0 commit comments

Comments
 (0)