Updated logging for both OpenStack plugins
[osm/MON.git] / plugins / OpenStack / response.py
index e59c7ca..5bb620b 100644 (file)
@@ -22,7 +22,8 @@
 """Generate valid responses to send back to the SO."""
 
 import json
-import logging as log
+import logging
+log = logging.getLogger(__name__)
 
 __author__ = "Helena McGough"