From 17289137a52744e9611319ae43ea82003ff0c689 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 21 Oct 2025 22:23:56 +0200 Subject: [PATCH] Added logging via Filebeat -> Logstash --- backend-api/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-api/deployment.yaml b/backend-api/deployment.yaml index 3b4d1a7..3f8b435 100644 --- a/backend-api/deployment.yaml +++ b/backend-api/deployment.yaml @@ -24,7 +24,7 @@ spec: - name: BACKEND_API_DB_HOST value: "mysql.app-notifications.svc.cluster.local" - name: LOG_LEVEL - value: "DEBUG" + value: "INFO" volumeMounts: - name: backend-api-secrets mountPath: /etc/secrets