We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fe064 commit 3b5d8c4Copy full SHA for 3b5d8c4
asyncua/common/ua_utils.py
@@ -11,7 +11,7 @@
11
12
from asyncua import ua
13
14
-_logger = logging.getLogger('__name__')
+_logger = logging.getLogger(__name__)
15
16
17
def value_to_datavalue(val, varianttype=None):
0 commit comments