tests: stop fakessh spamming the logs

This commit is contained in:
David Wilson 2017-10-08 19:14:21 +05:30
parent ec7fe7dafa
commit 9e884d3d8b
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()