Skip to content

Commit 72f6530

Browse files
Update packages/service-library/src/servicelib/aiohttp/tracing.py
Co-authored-by: Sylvain <[email protected]>
1 parent a3e4da8 commit 72f6530

File tree

1 file changed

+1
-1
lines changed
  • packages/service-library/src/servicelib/aiohttp

1 file changed

+1
-1
lines changed

packages/service-library/src/servicelib/aiohttp/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def setup_tracing(
101101
AioHttpClientInstrumentor().instrument()
102102
if HAS_AIOPG:
103103
AiopgInstrumentor().instrument()
104-
_logger.info("Attempting to add aiopg opentelemetry autoinstrumentation...")
104+
_logger.info("Added aiopg opentelemetry instrumentation.")
105105
if HAS_BOTOCORE:
106106
BotocoreInstrumentor().instrument()
107107
_logger.info("Attempting to add botocore opentelemetry autoinstrumentation...")

0 commit comments

Comments
 (0)