tests: stop fakessh spamming the logs
This commit is contained in:
parent
b7e7ff1055
commit
7389272dc4
|
@ -57,6 +57,4 @@ class RsyncTest(testlib.DockerMixin, unittest.TestCase):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
import mitogen.utils
|
|
||||||
mitogen.utils.log_to_file(level='DEBUG', io=False)
|
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
|
Loading…
Reference in New Issue