Skip to content

Commit d3cecac

Browse files
committed
Update _configure.py
1 parent 003fb7d commit d3cecac

File tree

1 file changed

+1
-1
lines changed
  • azure-monitor-opentelemetry/azure/monitor/opentelemetry

1 file changed

+1
-1
lines changed

azure-monitor-opentelemetry/azure/monitor/opentelemetry/_configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def _setup_instrumentations(configurations: Dict[str, ConfigurationValue]):
174174
if lib_name not in _SUPPORTED_INSTRUMENTED_LIBRARIES:
175175
continue
176176
if lib_name in exclude_instrumentations:
177-
_logger.debug("Instrumentation skipped for library %s", lib_name)
177+
_logger.debug("Instrumentation excluded for library %s", lib_name)
178178
continue
179179
try:
180180
# Check if dependent libraries/version are installed

0 commit comments

Comments
 (0)