fix(auth): update lokiEndpoint to remove unnecessary path for log ingestion
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
8dda0bada9
commit
884a535dd5
@ -6,7 +6,7 @@ dashboard:
|
|||||||
enabled: false
|
enabled: false
|
||||||
logIngest:
|
logIngest:
|
||||||
enabled: true
|
enabled: true
|
||||||
lokiEndpoint: http://loki-gateway.freeleaps-logging-system/loki/api/v1/push
|
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
|
||||||
logPathPattern: /app/log/authentication/*.log
|
logPathPattern: /app/log/authentication/*.log
|
||||||
logPath: /app/log/authentication
|
logPath: /app/log/authentication
|
||||||
authentication:
|
authentication:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user