Making the code slightly easier to maintain
[theonering] / src / requests.py
index 39a81f8..68d335a 100644 (file)
@@ -3,7 +3,7 @@ import logging
 import tp
 
 
-_moduleLogger = logging.getLogger('requests')
+_moduleLogger = logging.getLogger(__name__)
 
 
 class RequestsMixin(tp.ConnectionInterfaceRequests):