Commit 4d96d0c1 authored by David Wilson's avatar David Wilson

issue #156: fix duplicate -vvvv logging

parent a5cc7cb4
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment