]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Cleaned up log usage.
authorMaru Newby <mnewby@internap.com>
Sat, 5 May 2012 04:38:29 +0000 (21:38 -0700)
committerMaru Newby <mnewby@internap.com>
Sat, 5 May 2012 04:38:29 +0000 (21:38 -0700)
commitce93dca89aa4d0da55e71376853aafc142669362
tree805d58dc17c3433d1a3a844f68634e305a89f97d
parentbe45b704ac6fc39e9f934f886403a622c30803cb
Cleaned up log usage.

 * Used __name__ where appropriate for log instantiation.
 * Removed unnecessary logging in tests.

Change-Id: I270eb627cd1d330f37707aaf7886a9cacd251031
17 files changed:
quantum/api/api_common.py
quantum/api/attachments.py
quantum/api/networks.py
quantum/api/ports.py
quantum/api/versions.py
quantum/api/views/filters.py
quantum/common/config.py
quantum/db/api.py
quantum/extensions/extensions.py
quantum/manager.py
quantum/plugins/openvswitch/ovs_quantum_plugin.py
quantum/plugins/openvswitch/tests/unit/test_tunnel.py
quantum/service.py
quantum/tests/unit/test_api.py
quantum/tests/unit/test_database.py
quantum/tests/unit/test_extensions.py
quantum/wsgi.py