disable trace logging

This commit is contained in:
nicktrn
2025-06-24 12:31:44 +01:00
parent c16d388e6f
commit 17f6ba6735
+2
View File
@@ -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}