Log edge locations

This commit is contained in:
dangered wolf 2022-08-28 22:14:45 -04:00
parent 61b12a21d1
commit b5e524be55
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -255,7 +255,8 @@ export const cacheWrapper = async (
? `${request.url}&discord`
: request.url
);
console.log(`Hello from ⛅ ${request.cf?.colo || 'UNK'}`)
console.log('userAgent', userAgent);
console.log('cacheUrl', cacheUrl);