We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16d388 commit 17f6ba6Copy full SHA for 17f6ba6
hosting/docker/webapp/docker-compose.yml
@@ -73,6 +73,8 @@ services:
73
# TASK_RUN_METADATA_MAXIMUM_SIZE: 262144 # 256KB
74
# DEFAULT_ENV_EXECUTION_CONCURRENCY_LIMIT: 100
75
# DEFAULT_ORG_EXECUTION_CONCURRENCY_LIMIT: 100
76
+ # Internal OTEL configuration
77
+ INTERNAL_OTEL_TRACE_LOGGING_ENABLED: ${INTERNAL_OTEL_TRACE_LOGGING_ENABLED:-0}
78
79
postgres:
80
image: postgres:${POSTGRES_IMAGE_TAG:-14}
0 commit comments