We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd91edc commit 9730106Copy full SHA for 9730106
crates/service/src/middleware/attestation_signer.rs
@@ -33,8 +33,8 @@ pub async fn signer_middleware(
33
} else {
34
// Just log this case which is silently passed through next middleware
35
tracing::warn!(
36
- "No attestation signer found for allocation {}",
37
- allocation_id
+ allocation_id,
+ "No attestation signer found for allocation",
38
);
39
}
40
0 commit comments