From 434807a33e5cf1491bf8ace85f4dd044795cf8b1 Mon Sep 17 00:00:00 2001 From: Matthew Huebert Date: Sat, 25 May 2024 00:59:03 +0200 Subject: [PATCH] debug logging --- server.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.mjs b/server.mjs index d52ce92..89b9be7 100644 --- a/server.mjs +++ b/server.mjs @@ -80,7 +80,7 @@ const handleFileRequest = async (repo, filePath, res) => { // Construct the full path in the bucket const bucketPath = path.join(BUCKET_PREFIX, repo, filePath); - console.log('bucketPath', bucketPath) + console.log('handleFileRequest', {repo, filePath, bucketPath}) try { // Serve HTML files directly, otherwise redirect to a signed URL