From: bborbely Date: Thu, 27 Jun 2019 08:13:02 +0000 (+0200) Subject: corrections for hybrid logging X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;ds=inline;h=b22ffce0c73072460b5448924d897e101790c9f8;hp=-c;p=ta%2Fcm-plugins.git corrections for hybrid logging Change-Id: If0f7afec08d33e85c34cd5591948ee26bc7070e8 Signed-off-by: bborbely --- b22ffce0c73072460b5448924d897e101790c9f8 diff --git a/recuserconfighandlers/reccaashandler/reccaashandler.py b/recuserconfighandlers/reccaashandler/reccaashandler.py index 8c98d58..cb57b62 100644 --- a/recuserconfighandlers/reccaashandler/reccaashandler.py +++ b/recuserconfighandlers/reccaashandler/reccaashandler.py @@ -37,6 +37,6 @@ class reccaashandler(cmuserconfig.CMUserConfigPlugin): @staticmethod def _set_default_infra_log_store(confman): root = 'cloud.caas' - log_conf = confman.get_caas_handler() + log_conf = confman.get_caas_config_handler() if not log_conf.get_caas_parameter('infra_log_store'): log_conf.config[root]['infra_log_store'] = 'elasticsearch'