Skip to content

Commit f760153

Browse files
committed
remove stale SDK bug note fixed in v1.41.0
Assisted-by: Claude Sonnet 4.6
1 parent 1ee239a commit f760153

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

opentelemetry-sdk/src/opentelemetry/sdk/_configuration/_logger_provider.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@
5353
_logger = logging.getLogger(__name__)
5454

5555
# BatchLogRecordProcessor defaults per OTel spec (milliseconds).
56-
# Note: The Python SDK reads OTEL_BLRP_SCHEDULE_DELAY with an incorrect default
57-
# of 5000ms. The spec mandates 1000ms. We pass 1000 explicitly here to match
58-
# the spec and suppress env var reading.
5956
_DEFAULT_SCHEDULE_DELAY_MILLIS = 1000
6057
_DEFAULT_EXPORT_TIMEOUT_MILLIS = 30000
6158
_DEFAULT_MAX_QUEUE_SIZE = 2048

0 commit comments

Comments
 (0)