Making the code slightly easier to maintain
[theonering] / src / channel_manager.py
index ee844c0..592a59c 100644 (file)
@@ -8,7 +8,7 @@ import channel
 import util.misc as misc_utils
 
 
-_moduleLogger = logging.getLogger("channel_manager")
+_moduleLogger = logging.getLogger(__name__)
 
 
 class ChannelManager(tp.ChannelManager):