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:
|
||||
enabled: false
|
||||
logIngest:
|
||||
enabled: true
|
||||
enabled: false
|
||||
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
|
||||
logPathPattern: /app/log/devsvc/*.log
|
||||
logPath: /app/log/devsvc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user