fix(logging): set logPathPattern to /app/log/central_storage/*.log for sidecar filelog

This commit is contained in:
Nicolas 2025-07-25 14:32:20 +08:00
parent 5441e2fac0
commit 1aace1577d

View File

@ -7,7 +7,7 @@ dashboard:
logIngest: logIngest:
enabled: true enabled: true
lokiEndpoint: http://loki-gateway.freeleaps-logging-system lokiEndpoint: http://loki-gateway.freeleaps-logging-system
logPathPattern: /var/log/pods/*/*/*.log logPathPattern: /app/log/central_storage/*.log
logPath: /app/log/central_storage logPath: /app/log/central_storage
centralStorage: centralStorage:
replicas: 1 replicas: 1