fix(logging): revert logPathPattern to /app/log/central_storage/*.log for sidecar filelog collection
This commit is contained in:
parent
381d25c11b
commit
07f7d22004
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user