forked from ungleich-public/cdist
Merge branch 'bugfix/multiple-log-lines' into 'master'
Fix multiple log lines Closes #813 See merge request ungleich-public/cdist!883
This commit is contained in:
commit
06cc20aa28
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