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