Merge "correct getLoggers to use __name__ in code"
This commit is contained in:
commit
6fcd23b639
@ -77,7 +77,7 @@ from neutron.plugins.vmware.nsxlib import router as routerlib
|
|||||||
from neutron.plugins.vmware.nsxlib import secgroup as secgrouplib
|
from neutron.plugins.vmware.nsxlib import secgroup as secgrouplib
|
||||||
from neutron.plugins.vmware.nsxlib import switch as switchlib
|
from neutron.plugins.vmware.nsxlib import switch as switchlib
|
||||||
|
|
||||||
LOG = logging.getLogger("NeutronPlugin")
|
LOG = logging.getLogger(__name__)
|
||||||
|
|
||||||
NSX_NOSNAT_RULES_ORDER = 10
|
NSX_NOSNAT_RULES_ORDER = 10
|
||||||
NSX_FLOATINGIP_NAT_RULES_ORDER = 224
|
NSX_FLOATINGIP_NAT_RULES_ORDER = 224
|
||||||
|
@ -28,7 +28,7 @@ from neutron.tests import base
|
|||||||
from neutron.tests.unit import vmware
|
from neutron.tests.unit import vmware
|
||||||
|
|
||||||
|
|
||||||
LOG = logging.getLogger("test_api_request_eventlet")
|
LOG = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
REQUEST_TIMEOUT = 1
|
REQUEST_TIMEOUT = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user