From 84e4eb9f020179f6a8aec33b1a3dcca1b116bd0d Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 21 Apr 2025 20:11:45 +0800 Subject: [PATCH] fix(opentelemetry): update logging level to info and remove debug exporter Signed-off-by: zhenyus --- .../templates/authentication/opentelemetry.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml index c9b20fef..ba1bcf9b 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -103,15 +103,13 @@ spec: endpoint: {{ .Values.logIngest.lokiEndpoint }}/otlp tls: insecure: true - debug: - verbosity: detailed service: telemetry: logs: - level: debug + level: info pipelines: logs: receivers: [filelog] processors: [resource, transform, batch] - exporters: [otlphttp/logs, debug] + exporters: [otlphttp/logs] {{- end }} \ No newline at end of file