Updated logging for both OpenStack plugins
[osm/MON.git] / plugins / OpenStack / settings.py
index 4a443aa..d177dcf 100644 (file)
@@ -21,9 +21,8 @@
 ##
 """Configurations for the OpenStack plugins."""
 
-#from __future__ import unicode_literals
-
-import logging as log
+import logging
+log = logging.getLogger(__name__)
 import os
 
 from collections import namedtuple