From 1aace1577d4077e69f8d6f634e110c58a310db5f Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 25 Jul 2025 14:32:20 +0800 Subject: [PATCH] fix(logging): set logPathPattern to /app/log/central_storage/*.log for sidecar filelog --- freeleaps/helm-pkg/centralStorage/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/centralStorage/values.alpha.yaml b/freeleaps/helm-pkg/centralStorage/values.alpha.yaml index 5d870b0c..4de1f39b 100644 --- a/freeleaps/helm-pkg/centralStorage/values.alpha.yaml +++ b/freeleaps/helm-pkg/centralStorage/values.alpha.yaml @@ -7,7 +7,7 @@ dashboard: logIngest: enabled: true lokiEndpoint: http://loki-gateway.freeleaps-logging-system - logPathPattern: /var/log/pods/*/*/*.log + logPathPattern: /app/log/central_storage/*.log logPath: /app/log/central_storage centralStorage: replicas: 1