We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ba291 commit 62c33cbCopy full SHA for 62c33cb
1 file changed
libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/config.py
@@ -190,6 +190,7 @@ def _configure_internal(
190
tracer_provider.add_span_processor(
191
_EnrichingBatchSpanProcessor(otlp_exporter, **batch_processor_kwargs)
192
)
193
+ self._logger.info("OTLP exporter enabled.")
194
195
# Configure logging if logger_name is provided
196
if logger_name:
0 commit comments