From 8370a0d9c0303674805271420fe1707537b3e95f Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Tue, 14 Jan 2025 23:29:04 +0800 Subject: [PATCH] misc: added log --- backend/src/services/integration-auth/integration-sync-secret.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/services/integration-auth/integration-sync-secret.ts b/backend/src/services/integration-auth/integration-sync-secret.ts index 5c66a1012..a437db533 100644 --- a/backend/src/services/integration-auth/integration-sync-secret.ts +++ b/backend/src/services/integration-auth/integration-sync-secret.ts @@ -3764,6 +3764,7 @@ const syncSecretsCloudflarePages = async ({ ) .catch((error) => { if (error instanceof AxiosError && error.response?.status === 304) { + logger.info("CF pages redeployment returned status code 304"); return; }