From 6b4910f2646ac9cfda9b9426099d494218c28e0c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 23 Nov 2019 17:57:56 +0000 Subject: [PATCH] stest: Use new `prefix' option. This lets us distinguish output from our two secnets. Signed-off-by: Ian Jackson --- stest/common.tcl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stest/common.tcl b/stest/common.tcl index e490ee5..5952e91 100644 --- a/stest/common.tcl +++ b/stest/common.tcl @@ -80,10 +80,13 @@ exec cat local-key rsa-private(\"$builddir/test-example/$site.key\"); " append cfg $extra($site) - append cfg { + append cfg " log logfile { - class "info","notice","warning","error","security","fatal"; + prefix \"$site\"; + class \"info\",\"notice\",\"warning\",\"error\",\"security\",\"fatal\"; }; + " + append cfg { system { }; resolver adns { -- 2.30.2