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; }