Skip to content

Commit 4e904ac

Browse files
authored
Merge pull request #5 from teams-notifier/fix-output-console
remove console output from run.sh
2 parents a11a473 + 34288b1 commit 4e904ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
export OTEL_PYTHON_EXCLUDED_URLS=${OTEL_PYTHON_EXCLUDED_URLS:-healthz}
44

55
opentelemetry-instrument \
6-
--traces_exporter otlp,console \
6+
--traces_exporter otlp \
77
--metrics_exporter otlp \
8-
--logs_exporter otlp,console \
8+
--logs_exporter otlp \
99
--service_name notifier-gitlab-mr-api \
1010
fastapi run

0 commit comments

Comments
 (0)