summaryrefslogtreecommitdiff
path: root/pyserial/serial/rfc2217.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyserial/serial/rfc2217.py')
-rw-r--r--pyserial/serial/rfc2217.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyserial/serial/rfc2217.py b/pyserial/serial/rfc2217.py
index 3fd51af..a642a43 100644
--- a/pyserial/serial/rfc2217.py
+++ b/pyserial/serial/rfc2217.py
@@ -524,7 +524,7 @@ class RFC2217Serial(SerialBase):
value = None
if option == 'logging':
logging.basicConfig() # XXX is that good to call it here?
- self.debug_output = logging.getLogger('rfc2217.client')
+ self.debug_output = logging.getLogger('pySerial.rfc2217')
self.debug_output.setLevel(LOGGER_LEVELS[value])
self.debug_output.debug('enabled logging')
elif option == 'ign_set_control':