]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
correct getLoggers to use __name__ in code
authorAaron Rosen <aaronorosen@gmail.com>
Fri, 15 Aug 2014 06:52:52 +0000 (23:52 -0700)
committerAaron Rosen <aaronorosen@gmail.com>
Fri, 15 Aug 2014 06:55:27 +0000 (23:55 -0700)
commit2de862eff282eca80a798e7f844566b78f20466a
tree67a335fd8c7c832be0ba01eed41c0e77153b6012
parentf9069e1f8fbd31d1c17b32c13fdd722dafabce2a
correct getLoggers to use __name__ in code

Previousy the NSX plugin would log as NeutronPlugin. Now it contains
the whole class path like the rest of the log statements.

Change-Id: Ib27a2016a37c808c404489d11b56cc513c003ca1
Closes-bug: 1357214
neutron/plugins/vmware/plugins/base.py
neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py