Do not disable propagate on root logger

Bug 1154895

Change-Id: I7aedb82d11b6b0094f0d874e87b7c35209981e25
This commit is contained in:
Salvatore Orlando 2013-03-14 02:48:46 +01:00
parent ace7eb6272
commit 6e73cd32a0
1 changed files with 0 additions and 1 deletions

View File

@ -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!"))