fix(devsvc): disable log ingestion in alpha environment
- Changed logIngest.enabled from true to false to prevent log ingestion in the alpha environment. Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
ccbbdf09f2
commit
54420c53bf
@ -5,7 +5,7 @@ global:
|
|||||||
dashboard:
|
dashboard:
|
||||||
enabled: false
|
enabled: false
|
||||||
logIngest:
|
logIngest:
|
||||||
enabled: true
|
enabled: false
|
||||||
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
|
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
|
||||||
logPathPattern: /app/log/devsvc/*.log
|
logPathPattern: /app/log/devsvc/*.log
|
||||||
logPath: /app/log/devsvc
|
logPath: /app/log/devsvc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user