Skip to content

Commit c7440a0

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Fix logger name for examples"
2 parents 98a207f + 9c03a63 commit c7440a0

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)