From: Salvatore Orlando Date: Thu, 14 Mar 2013 01:48:46 +0000 (+0100) Subject: Do not disable propagate on root logger X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6e73cd32a05c3edd09891d849ad1e9166698b226;p=openstack-build%2Fneutron-build.git Do not disable propagate on root logger Bug 1154895 Change-Id: I7aedb82d11b6b0094f0d874e87b7c35209981e25 --- diff --git a/quantum/common/config.py b/quantum/common/config.py index e35d9c188..8c885d8c0 100644 --- a/quantum/common/config.py +++ b/quantum/common/config.py @@ -117,7 +117,6 @@ def setup_logging(conf): product_name = "quantum" logging.setup(product_name) log_root = logging.getLogger(product_name).logger - log_root.propagate = 0 LOG.info(_("Logging enabled!"))