Fix getting loggers.

This commit is contained in:
Darko Poljak 2018-09-23 21:38:03 +02:00
commit 0c57b3083e
3 changed files with 9 additions and 15 deletions

View file

@ -47,7 +47,7 @@ class CdistType(object):
"""
log = logging.getLogger("cdist")
log = logging.getLogger("cdist-type")
def __init__(self, base_path, name):
self.base_path = base_path