Fixes StopIteration error in multi scaling group descriptor scenarios
[osm/POL.git] / osm_policy_module / core / config.py
index dab409b..84a1f57 100644 (file)
@@ -67,6 +67,7 @@ class Config(object):
         CfgParam('OSMPOL_DATABASE_PORT', 27017, int),
         CfgParam('OSMPOL_SQL_DATABASE_URI', "sqlite:///mon_sqlite.db", six.text_type),
         CfgParam('OSMPOL_LOG_LEVEL', "INFO", six.text_type),
+        CfgParam('OSMPOL_KAFKA_LOG_LEVEL', "WARN", six.text_type),
     ]
 
     _config_dict = {cfg.key: cfg for cfg in _configuration}