From f72ae81b062ea0866a369449304809bc86c5fcd2 Mon Sep 17 00:00:00 2001 From: Florian Date: Sun, 9 Nov 2025 20:01:35 +0100 Subject: [PATCH] No more debugging --- backend-push-notifications/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-push-notifications/deployment.yaml b/backend-push-notifications/deployment.yaml index f73f715..6537e60 100644 --- a/backend-push-notifications/deployment.yaml +++ b/backend-push-notifications/deployment.yaml @@ -43,7 +43,7 @@ spec: - name: BACKEND_PN_DB_HOST value: "mysql.app-notifications.svc.cluster.local" - name: LOG_LEVEL - value: "DEBUG" + value: "INFO" volumeMounts: - name: writable-secrets mountPath: /etc/secrets