Skip to content

Commit bc0a5bb

Browse files
committed
docs
1 parent ae75373 commit bc0a5bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/service-library/src/servicelib/logging_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,10 @@ def setup_async_loggers_lifespan(
266266
noisy_loggers: tuple[str, ...] | None,
267267
) -> Iterator[None]:
268268
"""
269-
Async context manager for non-blocking logging infrastructure.
269+
context manager for non-blocking logging infrastructure.
270270
271271
Usage:
272-
async with setup_async_loggers_lifespan(log_format_local_dev_enabled=True, logger_filter_mapping={}, tracing_settings=None):
272+
with setup_async_loggers_lifespan(log_format_local_dev_enabled=True, logger_filter_mapping={}, tracing_settings=None):
273273
# Your async application code here
274274
logger.info("This is non-blocking!")
275275

0 commit comments

Comments
 (0)