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:
zhenyus 2025-07-31 16:10:15 +08:00
parent ccbbdf09f2
commit 54420c53bf

View File

@ -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