Activity log for bug #1073241

Date Who What changed Old value New value Message
2012-10-30 16:41:24 yong sheng gong bug added bug
2012-10-30 16:41:47 yong sheng gong affects quantum openstack-common
2012-10-31 01:57:20 yong sheng gong description def _setup_logging_from_conf(product_name): log_root = getLogger(product_name).logger -> log_root is not truly root logger here. so the handler removing will fail to work if we already have default handlers in root logger. for handler in log_root.handlers: log_root.removeHandler(handler) if CONF.use_syslog: facility = _find_facility_from_conf() syslog = logging.handlers.SysLogHandler(address='/dev/log', facility=facility) log_root.addHandler(syslog) def _setup_logging_from_conf(product_name):     log_root = getLogger(product_name).logger -> log_root is not truly root logger here. so the handler removing will fail to work if we already have default handlers in root logger.     for handler in log_root.handlers:         log_root.removeHandler(handler) # I think we should prevent log_root to propagate by log_root.propagate = 0, this will make the product logger work as root for our loggers in other codes     if CONF.use_syslog:         facility = _find_facility_from_conf()         syslog = logging.handlers.SysLogHandler(address='/dev/log',                                                 facility=facility)         log_root.addHandler(syslog)
2012-10-31 02:00:40 yong sheng gong openstack-common: assignee yong sheng gong (gongysh)
2012-10-31 02:01:34 OpenStack Infra openstack-common: status New In Progress
2012-10-31 06:57:53 Mark McLoughlin bug added subscriber Mark McLoughlin
2012-10-31 06:59:07 Mark McLoughlin openstack-common: status In Progress Incomplete
2012-11-06 17:35:35 Mark McLoughlin affects openstack-common oslo
2012-11-07 00:06:09 yong sheng gong oslo: assignee yong sheng gong (gongysh)
2013-01-12 12:25:08 Mark McLoughlin oslo: status Incomplete Triaged
2013-01-12 12:25:11 Mark McLoughlin oslo: importance Undecided Medium
2013-01-15 14:40:19 Robert Kukura bug added subscriber Robert Kukura
2013-03-12 16:36:16 OpenStack Infra oslo: status Triaged In Progress
2013-03-12 16:36:16 OpenStack Infra oslo: assignee Huang Zhiteng (zhiteng-huang)
2013-03-12 17:00:42 Mark McLoughlin oslo: milestone grizzly-rc1
2013-03-12 17:10:54 OpenStack Infra oslo: status In Progress Fix Committed
2013-03-13 13:12:30 Thierry Carrez oslo: status Fix Committed Fix Released
2013-04-04 12:48:29 Thierry Carrez oslo/grizzly: importance Undecided Medium
2013-04-04 12:48:29 Thierry Carrez oslo/grizzly: status New Fix Released
2013-04-04 12:48:29 Thierry Carrez oslo/grizzly: milestone 2013.1
2013-04-04 12:48:29 Thierry Carrez oslo/grizzly: assignee Huang Zhiteng (zhiteng-huang)