From 80e75eea2792e4eb3d8fb94bc98276553654c3bd Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 21 Apr 2025 16:26:06 +0800 Subject: [PATCH] fix(opentelemetry): add telemetry logging level configuration for improved log management Signed-off-by: zhenyus --- .../authentication/templates/authentication/opentelemetry.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml index 39f5ab9c..8d156052 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -88,6 +88,9 @@ spec: debug: verbosity: detailed service: + telemetry: + logs: + level: debug pipelines: logs: receivers: [filelog]