From 07f7d220044d66ffeaa8360d87e9af92557d16eb Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 25 Jul 2025 14:28:15 +0800 Subject: [PATCH] fix(logging): revert logPathPattern to /app/log/central_storage/*.log for sidecar filelog collection --- 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