Imitiating buttfly in being explicitly typed
[theonering] / src / presence.py
index c73a061..986abe8 100644 (file)
@@ -5,7 +5,7 @@ import util.misc as misc_utils
 import simple_presence
 
 
-_moduleLogger = logging.getLogger('presence')
+_moduleLogger = logging.getLogger(__name__)
 
 
 class PresenceMixin(tp.ConnectionInterfacePresence, simple_presence.TheOneRingPresence):