From 34288b1a91fcd85b6e71a0e7c74be053c84c1ed4 Mon Sep 17 00:00:00 2001 From: Damien Degois Date: Tue, 26 Nov 2024 13:35:42 +0100 Subject: [PATCH] remove console output from run.sh --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index b02cb13..a70a4fb 100755 --- a/run.sh +++ b/run.sh @@ -3,8 +3,8 @@ export OTEL_PYTHON_EXCLUDED_URLS=${OTEL_PYTHON_EXCLUDED_URLS:-healthz} opentelemetry-instrument \ - --traces_exporter otlp,console \ + --traces_exporter otlp \ --metrics_exporter otlp \ - --logs_exporter otlp,console \ + --logs_exporter otlp \ --service_name notifier-gitlab-mr-api \ fastapi run