From 71d316dfc51bcb9e18da61fb7299bb021523cde4 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 10 Nov 2015 22:59:05 -0500 Subject: Add options to specify a debug level Print only messages that are at that level or lower. Also add timestamps to debug messages. Signed-off-by: Simo Sorce Reviewed-by: Robbie Harwood --- proxy/tests/runtests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'proxy/tests/runtests.py') diff --git a/proxy/tests/runtests.py b/proxy/tests/runtests.py index fcc364e..0f1b85b 100755 --- a/proxy/tests/runtests.py +++ b/proxy/tests/runtests.py @@ -301,6 +301,7 @@ def run_interposetest(testdir, env): GSSPROXY_CONF_TEMPLATE = ''' [gssproxy] + debug_level = 2 [service/test] mechs = krb5 -- cgit