From 98827de5abbbe65c23f9654914edafb448b29bd9 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Wed, 26 Jul 2023 08:11:39 +0000 Subject: [PATCH] use `log syslog off' in regress to avoid spamming syslog --- regress/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/lib.sh b/regress/lib.sh index 0227d65..c5f662a 100644 --- a/regress/lib.sh +++ b/regress/lib.sh @@ -10,7 +10,7 @@ current_test= run_test() { ggflags= port=10965 - config_common="" + config_common="log syslog off" hdr= body= dont_check_server_alive=no