forked from ungleich-public/cdist
Fix getting loggers.
This commit is contained in:
parent
6acf6f64dc
commit
0c57b3083e
3 changed files with 9 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue