]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Replace custom method call logger with oslo.log helper
authorIhar Hrachyshka <ihrachys@redhat.com>
Mon, 30 Mar 2015 16:41:28 +0000 (18:41 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Mon, 20 Apr 2015 15:16:54 +0000 (15:16 +0000)
commitba05644bc888d23e571386bbaa6ae8c7597c8c98
tree3875f5534791eb2d45754fb8d33d764c74da28df
parentd7d30bf6595a705ec53d697a0695cf01299c482a
Replace custom method call logger with oslo.log helper

oslo.log now provides a logging helper that is similar to custom neutron
helper (actually, the helper in oslo.log started from neutron version).

Now switching to library implementation.

Deprecated neutron.common.log.log

Change-Id: I85d5fc570950ff18cfdb8db20ad20b166e195299
neutron/agent/l2population_rpc.py
neutron/api/rpc/handlers/dvr_rpc.py
neutron/common/log.py
neutron/db/dvr_mac_db.py
neutron/plugins/ml2/drivers/freescale/mechanism_fslsdn.py
neutron/services/l3_router/l3_arista.py
neutron/services/metering/drivers/iptables/iptables_driver.py
neutron/services/metering/drivers/noop/noop_driver.py