From fc32b43d3a9417bd78c735220a3eb40d7ec5796f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 23 Nov 2019 19:13:46 +0000 Subject: [PATCH] stest: Add debug logs Signed-off-by: Ian Jackson --- stest/common.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stest/common.tcl b/stest/common.tcl index 5952e91..a54bd4d 100644 --- a/stest/common.tcl +++ b/stest/common.tcl @@ -83,7 +83,7 @@ exec cat append cfg " log logfile { prefix \"$site\"; - class \"info\",\"notice\",\"warning\",\"error\",\"security\",\"fatal\"; + class \"debug\",\"info\",\"notice\",\"warning\",\"error\",\"security\",\"fatal\"; }; " append cfg { -- 2.30.2