X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fsettings.py;h=9700af52a22506cc955ab51af0e9d18429a9c12f;hb=refs%2Fchanges%2F19%2F6719%2F11;hp=6574f59358f5d1998ae75eb0a1cfdb4936e69a5d;hpb=53ad3c4c5d87a5b392a74cf386c29c67276ed3cb;p=osm%2FMON.git diff --git a/osm_mon/core/settings.py b/osm_mon/core/settings.py index 6574f59..9700af5 100644 --- a/osm_mon/core/settings.py +++ b/osm_mon/core/settings.py @@ -66,7 +66,8 @@ class Config(object): CfgParam('OS_DEFAULT_GRANULARITY', "300", six.text_type), CfgParam('REQUEST_TIMEOUT', 10, int), CfgParam('OSMMON_LOG_LEVEL', "INFO", six.text_type), - CfgParam('OSMMON_KAFKA_LOG_LEVEL', "INFO", six.text_type), + CfgParam('OSMMON_KAFKA_LOG_LEVEL', "WARN", six.text_type), + CfgParam('OSMMON_COLLECTOR_INTERVAL', 10, int), ] _config_dict = {cfg.key: cfg for cfg in _configuration}