From 2cf79b79126c0845067abce9ab24500810772404 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 10 Jun 2016 10:47:28 +1200 Subject: Remove timestamps from pathoc output Pathoc is an interactive tool, no need for a long leading timestamp. More generally, make timestamps optional in the logging mechanism so we can configure this with command-line flags or something down the track. --- test/pathod/test_log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pathod/test_log.py') diff --git a/test/pathod/test_log.py b/test/pathod/test_log.py index 29801eb3..0cd5b3b0 100644 --- a/test/pathod/test_log.py +++ b/test/pathod/test_log.py @@ -16,7 +16,7 @@ class DummyIO(six.StringIO): def test_disconnect(): outf = DummyIO() rw = DummyIO() - l = log.ConnectionLogger(outf, False, rw, rw) + l = log.ConnectionLogger(outf, False, True, rw, rw) try: with l.ctx() as lg: lg("Test") -- cgit v1.2.3