From 45a187304e03d411eab209140b389db9c343f4f4 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 24 May 2024 17:50:19 +0200 Subject: [PATCH] REGTESTS: acl_cli_spaces: avoid a warning caused by undefined logs There's a warning being reported in this reg test in the detailed startup logs because of "log global" and "option httplog" while there's no global section hence no logger. Let's just drop both options since they're not relevant to this test. --- reg-tests/http-rules/acl_cli_spaces.vtc | 2 -- 1 file changed, 2 deletions(-) diff --git a/reg-tests/http-rules/acl_cli_spaces.vtc b/reg-tests/http-rules/acl_cli_spaces.vtc index a55497748..334133d91 100644 --- a/reg-tests/http-rules/acl_cli_spaces.vtc +++ b/reg-tests/http-rules/acl_cli_spaces.vtc @@ -10,8 +10,6 @@ server s1 { haproxy h1 -W -S -conf { defaults mode http - log global - option httplog timeout connect "${HAPROXY_TEST_TIMEOUT-5s}" timeout client "${HAPROXY_TEST_TIMEOUT-5s}" timeout server "${HAPROXY_TEST_TIMEOUT-5s}"