diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml index e3b4c950..56e8088f 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -74,10 +74,12 @@ spec: endpoint: {{ .Values.logIngest.lokiEndpoint }} tls: insecure: true + debug: + verbosity: detailed service: pipelines: logs: receivers: [filelog] processors: [k8sattributes, attributes/k8s, batch] - exporters: [loki] + exporters: [loki, debug] {{- end }} \ No newline at end of file