]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use oslo_log.helpers.log_method_call
authorCedric Brandily <zzelle@gmail.com>
Wed, 15 Jul 2015 21:39:49 +0000 (23:39 +0200)
committerCedric Brandily <zzelle@gmail.com>
Fri, 17 Jul 2015 07:34:07 +0000 (07:34 +0000)
commit1b3c7c6ee07fd79bee3b54ea0d4ca0a53bf0d9b7
tree22a2cd35313af7ecd5f500212d69ea664bb7ae60
parented4fb282d282719e899095b95b2c77350c5cc0ce
Use oslo_log.helpers.log_method_call

log[1] decorator is deprecated, this change replaces it with oslo_log
log_method_call[2].

[1] neutron.common.log
[2] oslo_log.helpers.log_method_call

Change-Id: I61cf3c010e1f33a45ff700f4e8d4824ebdb378c7
neutron/common/log.py
neutron/plugins/ml2/plugin.py
neutron/services/l3_router/l3_router_plugin.py
neutron/tests/unit/common/test_log.py [deleted file]
tox.ini