Use bare `get_logger()` in `.to_asyncio`

log_sys_testing
Gud Boi 2026-02-11 22:02:41 -05:00
parent fa1a15dce8
commit 3f0bde1bf8
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ from outcome import (
Outcome,
)
log: StackLevelAdapter = get_logger(__name__)
log: StackLevelAdapter = get_logger()
__all__ = [