Added a Common KafkaConsumer for all of the plugins
[osm/MON.git] / plugins / OpenStack / settings.py
index d177dcf..fe80641 100644 (file)
@@ -22,7 +22,6 @@
 """Configurations for the OpenStack plugins."""
 
 import logging
-log = logging.getLogger(__name__)
 import os
 
 from collections import namedtuple
@@ -33,6 +32,8 @@ import six
 
 __author__ = "Helena McGough"
 
+log = logging.getLogger(__name__)
+
 
 class BadConfigError(Exception):
     """Configuration exception."""