X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fsettings.py;h=166018ca865ed92fe020c095cf3c2cbcde9385d1;hb=b5b7819197730f5000d90a60ed13b32ba4e18fad;hp=d27f0ca70c534deec1e3906e49dc837c131afca3;hpb=cf507461d5f0d7e0121ef734d4ff70d40d6c61ec;p=osm%2FMON.git diff --git a/osm_mon/core/settings.py b/osm_mon/core/settings.py index d27f0ca..166018c 100644 --- a/osm_mon/core/settings.py +++ b/osm_mon/core/settings.py @@ -65,6 +65,7 @@ class Config(object): CfgParam('OS_NOTIFIER_URI', "http://localhost:8662", six.text_type), CfgParam('OS_DEFAULT_GRANULARITY', "300", six.text_type), CfgParam('REQUEST_TIMEOUT', 10, int), + CfgParam('OSMMON_LOG_LEVEL', "INFO", six.text_type), ] _config_dict = {cfg.key: cfg for cfg in _configuration}