Skip to content

Commit 39aa1be

Browse files
committed
convert.py: use explicit logger id string
1 parent 57a411d commit 39aa1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
if TYPE_CHECKING:
3737
from typing import TypeAlias
3838

39-
logger = logging.getLogger(__name__)
39+
logger = logging.getLogger("convert")
4040

4141
if hasattr(faulthandler, 'register') and hasattr(signal, 'SIGUSR1'):
4242
faulthandler.register(signal.SIGUSR1)

0 commit comments

Comments
 (0)