From fea3d8e421ba8993535c45f6407ba7f8b4632a7d Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 30 Apr 2015 13:59:10 +1200 Subject: Revamp pathoc log output with a context handler This does two things - it gives us a central place to put log utilities, and it lets us group together related log lines. --- test/tutils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/tutils.py') diff --git a/test/tutils.py b/test/tutils.py index f8a37a5e..f188029d 100644 --- a/test/tutils.py +++ b/test/tutils.py @@ -77,7 +77,8 @@ class DaemonTests(object): c = pathoc.Pathoc( ("localhost", self.d.port), ssl=ssl, - ws_read_limit=ws_read_limit + ws_read_limit=ws_read_limit, + fp = None ) c.connect(connect_to) if timeout: -- cgit v1.2.3