Skip to content

Commit 39d39e9

Browse files
committed
Fix bug...
1 parent 8b1f84c commit 39d39e9

File tree

1 file changed

+1
-1
lines changed
  • exporter/opentelemetry-exporter-otlp-proto-grpc/src/opentelemetry/exporter/otlp/proto/grpc/_log_exporter

1 file changed

+1
-1
lines changed

exporter/opentelemetry-exporter-otlp-proto-grpc/src/opentelemetry/exporter/otlp/proto/grpc/_log_exporter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def __init__(
9797
insecure=insecure,
9898
credentials=credentials,
9999
headers=headers or environ.get(OTEL_EXPORTER_OTLP_LOGS_HEADERS),
100-
timeout=timeout,
100+
timeout=timeout or environ_timeout,
101101
compression=compression,
102102
stub=LogsServiceStub,
103103
result=LogExportResult,

0 commit comments

Comments
 (0)