From 17f6ba6735ce3f27fa1a5dc41d4be06c3a36df5b Mon Sep 17 00:00:00 2001 From: nicktrn <55853254+nicktrn@users.noreply.github.com> Date: Tue, 24 Jun 2025 12:31:44 +0100 Subject: [PATCH] disable trace logging --- hosting/docker/webapp/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosting/docker/webapp/docker-compose.yml b/hosting/docker/webapp/docker-compose.yml index 710b82f42..100c00368 100644 --- a/hosting/docker/webapp/docker-compose.yml +++ b/hosting/docker/webapp/docker-compose.yml @@ -73,6 +73,8 @@ services: # TASK_RUN_METADATA_MAXIMUM_SIZE: 262144 # 256KB # DEFAULT_ENV_EXECUTION_CONCURRENCY_LIMIT: 100 # DEFAULT_ORG_EXECUTION_CONCURRENCY_LIMIT: 100 + # Internal OTEL configuration + INTERNAL_OTEL_TRACE_LOGGING_ENABLED: ${INTERNAL_OTEL_TRACE_LOGGING_ENABLED:-0} postgres: image: postgres:${POSTGRES_IMAGE_TAG:-14}