log signed ip addr

This commit is contained in:
Emma [it/its]@Rory& 2025-07-02 18:43:43 +02:00 committed by Rory&
parent 0be56adcf4
commit f18c85a6b6

View File

@ -62,6 +62,7 @@ export const calculateHash = (
console.log(
"[Signing] CDN Signature IP is enabled but no request object was provided. This may cause issues with signature validation. Please report this to the Spacebar team!",
);
console.log("[Signing] CDN Signature IP is enabled, adding IP to hash:", req.ip);
hash.update(req.ip!);
}