Trying to improve debug output due to an exception from some of this code
[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):