Commit 59dab72e authored by David Wilson's avatar David Wilson

ansible: log ansible_mitogen.* to -v too.

parent 537a2632
......@@ -69,6 +69,9 @@ def setup():
"""
display = find_display()
logging.getLogger('ansible_mitogen').handlers = [Handler(display.v)]
logging.getLogger('ansible_mitogen').setLevel(logging.DEBUG)
mitogen.core.LOG.handlers = [Handler(display.v)]
mitogen.core.LOG.setLevel(logging.DEBUG)
......
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