diff --git a/backend/src/main/kotlin/no/bekk/providers/AirTableProvider.kt b/backend/src/main/kotlin/no/bekk/providers/AirTableProvider.kt index 0c9ae21b..31dde213 100644 --- a/backend/src/main/kotlin/no/bekk/providers/AirTableProvider.kt +++ b/backend/src/main/kotlin/no/bekk/providers/AirTableProvider.kt @@ -254,7 +254,7 @@ class AirTableProvider( return when (val responseStatus = airtableClient.refreshWebhook(baseId, webhookId)) { HttpURLConnection.HTTP_OK -> { - logger.info("Successfully refreshed webhook $webhookId") + logger.info("Successfully refreshed webhook $webhookId for table $tableId" ) true } else -> { diff --git a/backend/src/main/resources/application-gcp.yaml b/backend/src/main/resources/application-gcp.yaml index 1d5365b0..993bb089 100644 --- a/backend/src/main/resources/application-gcp.yaml +++ b/backend/src/main/resources/application-gcp.yaml @@ -25,7 +25,7 @@ airTable: accessToken: $AIRTABLE_ACCESS_TOKEN baseId: "appsIiBWlCCSsMmRB" tableId: "tbl4pNqNp2wLyI6iv" - webhookId: "" + webhookId: "achrc44Vcn9uefT0f" webhookSecret: "$DRIFTSKONTINUITET_WEBHOOK_SECRET" microsoftGraph: