]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add user-supplied arguments in log_handler
authorShuangtai Tian <shuangtai.tian@intel.com>
Wed, 26 Feb 2014 11:11:38 +0000 (19:11 +0800)
committerShuangtai Tian <shuangtai.tian@intel.com>
Wed, 26 Feb 2014 11:18:59 +0000 (19:18 +0800)
commit8cf8e7c968232fe999e4dfc20541be4ff96fcee1
treec8133fefe7929021e97d1d23309fc2eaa6b13a46
parentf07f9a3d71ba331e45283984a106411b50f10850
Add user-supplied arguments in log_handler

Sync from Oslo, change-id: I91289cc4a60f5dab89bca852e6f52b4b83831e47

When using PublishErrorsHandler, it will missing user-supplied
arguments. For example, do LOG.info("blabla %s", "foo"), the
payload only contains "blabla %s", but we expect it like "blabla foo".

Change-Id: I9e5515da31a04b82d49e406bc6b246f940fb73fc
neutron/openstack/common/log_handler.py