issue #156: fix duplicate -vvvv logging

pull/167/head
David Wilson 6 years ago
parent a5cc7cb43c
commit 4d96d0c1af

@ -78,3 +78,4 @@ def setup():
mitogen.core.IOLOG.handlers = [Handler(display.vvvv)]
if display.verbosity > 3:
mitogen.core.IOLOG.setLevel(logging.DEBUG)
mitogen.core.IOLOG.propagate = False

Loading…
Cancel
Save