We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5d8c4 commit fa3a638Copy full SHA for fa3a638
asyncua/ua/ua_binary.py
@@ -15,7 +15,7 @@
15
from ..common.utils import Buffer
16
from .uatypes import type_from_optional, type_is_list, type_is_union, type_from_list, types_or_list_from_union, type_allow_subclass
17
18
-logger = logging.getLogger('__name__')
+logger = logging.getLogger(__name__)
19
20
T = TypeVar('T')
21
0 commit comments