Fix logger name for examples
Change-Id: I1c3e55b460da3227efba2003c8fc01160c2fc5d7
This commit is contained in:
@@ -43,7 +43,7 @@ import uuid
|
||||
from openstack import profile
|
||||
from openstack import utils
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
_logger = logging.getLogger('openstack.example')
|
||||
|
||||
|
||||
def find_resource_cls(opts):
|
||||
|
Reference in New Issue
Block a user