X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_policy_module%2Fcore%2Fconfig.py;h=84a1f578509c35f66547833fbfdafc6597eea637;hb=48af3094153dcbef3bf03f72f9d20a3c49d50678;hp=dab409b13ac5abd27784e6573fbd44ce176a7584;hpb=7f11ecff803667fb5cd0e79389eece83ddc96c86;p=osm%2FPOL.git diff --git a/osm_policy_module/core/config.py b/osm_policy_module/core/config.py index dab409b..84a1f57 100644 --- a/osm_policy_module/core/config.py +++ b/osm_policy_module/core/config.py @@ -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}