Fix multiple log lines

Fixes #813.
This commit is contained in:
Darko Poljak 2020-05-24 01:10:56 +02:00
parent 6ba73c4be6
commit f4e1bbc87e
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ class DefaultLog(logging.Logger):
def __init__(self, name):
super().__init__(name)
self.propagate = False
formatter = logging.Formatter(self.FORMAT)