Skip to content

Commit 734ec1a

Browse files
set defaults to false
1 parent 87c1c12 commit 734ec1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libraries/microsoft-agents-a365-observability-hosting/microsoft_agents_a365/observability/hosting/middleware/observability_hosting_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
class ObservabilityHostingOptions:
2121
"""Configuration options for the hosting observability layer."""
2222

23-
enable_baggage: bool = True
24-
"""Enable baggage propagation middleware. Defaults to ``True``."""
23+
enable_baggage: bool = False
24+
"""Enable baggage propagation middleware. Defaults to ``False``."""
2525

2626
enable_output_logging: bool = False
2727
"""Enable output logging middleware for tracing outgoing messages. Defaults to ``False``."""

0 commit comments

Comments
 (0)