Skip to content

Commit 9c03a63

Browse files
committed
Fix logger name for examples
Change-Id: I1c3e55b460da3227efba2003c8fc01160c2fc5d7
1 parent 900ce11 commit 9c03a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
from openstack import profile
4444
from openstack import utils
4545

46-
_logger = logging.getLogger(__name__)
46+
_logger = logging.getLogger('openstack.example')
4747

4848

4949
def find_resource_cls(opts):

0 commit comments

Comments
 (0)