Skip to content

Commit 45bcd0f

Browse files
committed
Add more debug
1 parent 4f90932 commit 45bcd0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workers/controller/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ async function handlePurgeRequest(
7777
}
7878

7979
const { tags } = Purge.parse(await request.json());
80+
console.debug("[Cache Purge Request] Purge Tags", tags);
8081

8182
// If no zone is present, then all zones will be purged.
8283
const zone = request.headers.get("CF-Worker") ?? undefined;

0 commit comments

Comments
 (0)