Bumping to 0.8.0
[theonering] / src / channel / debug_log.py
index 82b7130..b6325a9 100644 (file)
@@ -10,7 +10,7 @@ import tp
 import util.misc as misc_utils
 
 
-_moduleLogger = logging.getLogger("channel.debug_log")
+_moduleLogger = logging.getLogger(__name__)
 
 
 class DebugLogChannel(tp.ChannelTypeFileTransfer):