Skip to content

Commit 62c33cb

Browse files
Adding log
1 parent 55ba291 commit 62c33cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core

libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def _configure_internal(
190190
tracer_provider.add_span_processor(
191191
_EnrichingBatchSpanProcessor(otlp_exporter, **batch_processor_kwargs)
192192
)
193+
self._logger.info("OTLP exporter enabled.")
193194

194195
# Configure logging if logger_name is provided
195196
if logger_name:

0 commit comments

Comments
 (0)