Do not disable propagate on root logger
Bug 1154895 Change-Id: I7aedb82d11b6b0094f0d874e87b7c35209981e25
This commit is contained in:
parent
ace7eb6272
commit
6e73cd32a0
@ -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!"))
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user