From 0b1112529fb36d7468fe43313d340dcfd590d2e1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 23 Nov 2019 17:50:46 +0000 Subject: [PATCH] stest: Use stderr, not tty, for logging Signed-off-by: Ian Jackson --- stest/common.tcl | 1 - 1 file changed, 1 deletion(-) diff --git a/stest/common.tcl b/stest/common.tcl index 0c1202c..e490ee5 100644 --- a/stest/common.tcl +++ b/stest/common.tcl @@ -82,7 +82,6 @@ exec cat append cfg $extra($site) append cfg { log logfile { - filename "/dev/tty"; class "info","notice","warning","error","security","fatal"; }; system { -- 2.30.2