forked from ungleich-public/cdist
parent
6ba73c4be6
commit
f4e1bbc87e
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ class DefaultLog(logging.Logger):
|
||||||
|
|
||||||
def __init__(self, name):
|
def __init__(self, name):
|
||||||
super().__init__(name)
|
super().__init__(name)
|
||||||
|
self.propagate = False
|
||||||
|
|
||||||
formatter = logging.Formatter(self.FORMAT)
|
formatter = logging.Formatter(self.FORMAT)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue