Skip to content

Commit 17f6ba6

Browse files
committed
disable trace logging
1 parent c16d388 commit 17f6ba6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hosting/docker/webapp/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ services:
7373
# TASK_RUN_METADATA_MAXIMUM_SIZE: 262144 # 256KB
7474
# DEFAULT_ENV_EXECUTION_CONCURRENCY_LIMIT: 100
7575
# DEFAULT_ORG_EXECUTION_CONCURRENCY_LIMIT: 100
76+
# Internal OTEL configuration
77+
INTERNAL_OTEL_TRACE_LOGGING_ENABLED: ${INTERNAL_OTEL_TRACE_LOGGING_ENABLED:-0}
7678

7779
postgres:
7880
image: postgres:${POSTGRES_IMAGE_TAG:-14}

0 commit comments

Comments
 (0)