tests: stop fakessh spamming the logs

This commit is contained in:
David Wilson 2017-10-08 19:14:21 +05:30
parent b7e7ff1055
commit 7389272dc4
1 changed files with 0 additions and 2 deletions

View File

@ -57,6 +57,4 @@ class RsyncTest(testlib.DockerMixin, unittest.TestCase):
if __name__ == '__main__':
import mitogen.utils
mitogen.utils.log_to_file(level='DEBUG', io=False)
unittest.main()