From: Steven Dake Date: Thu, 26 Apr 2012 17:49:10 +0000 (-0700) Subject: Quiet down the QPID logging since it isn't helpful and makes logs hard to read X-Git-Tag: 2014.1~1918 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=87eca83a047a103529d2563a046e773705805f89;p=openstack-build%2Fheat-build.git Quiet down the QPID logging since it isn't helpful and makes logs hard to read Should likely be removed later, but for the moment, logs readable without grep now. Signed-off-by: Steven Dake --- diff --git a/heat/common/config.py b/heat/common/config.py index 249a2bad..dea2b452 100644 --- a/heat/common/config.py +++ b/heat/common/config.py @@ -233,6 +233,9 @@ def setup_logging(conf): else: root_logger.setLevel(logging.WARNING) + # quiet down the qpid logging + root_logger.getChild('qpid.messaging').setLevel(logging.INFO) + formatter = logging.Formatter(conf.log_format, conf.log_date_format) if conf.use_syslog: