From: shangxdy Date: Wed, 6 Sep 2017 10:27:44 +0000 (+0800) Subject: Disable syslog in heat-translator for functest integration X-Git-Tag: opnfv-5.1.0~9^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b6583c58ced6866d1a248db4a63f519f115173bf;p=parser.git Disable syslog in heat-translator for functest integration Since run in container with the base image of alpine, in which no service and rsyslog installed, it need to delete syslog in heat-translator: reference patch: https://gerrit.opnfv.org/gerrit/#/c/41115/ JIRA: PARSER-149 Change-Id: Iddd8c5fa54556fff2670a9439653de7e97b8aa18 Signed-off-by: shangxdy --- diff --git a/tosca2heat/heat-translator/translator/conf/heat_translator_logging.conf b/tosca2heat/heat-translator/translator/conf/heat_translator_logging.conf index bac00cc..b5b61dc 100644 --- a/tosca2heat/heat-translator/translator/conf/heat_translator_logging.conf +++ b/tosca2heat/heat-translator/translator/conf/heat_translator_logging.conf @@ -3,7 +3,7 @@ keys=root,heat-translator [handlers] -keys=RotatingFileHandler,SysLogHandler,NullHandler +keys=RotatingFileHandler,NullHandler [formatters] keys=form01 @@ -15,7 +15,7 @@ handlers=NullHandler [logger_heat-translator] level=INFO #one can be removed based on requirements -handlers=SysLogHandler, RotatingFileHandler +handlers=RotatingFileHandler qualname=heat-translator propagate=1