From: Willy Tarreau Date: Fri, 24 May 2024 15:50:19 +0000 (+0200) Subject: REGTESTS: acl_cli_spaces: avoid a warning caused by undefined logs X-Git-Tag: v3.0-dev13~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45a187304e03d411eab209140b389db9c343f4f4;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/reg-tests/http-rules/acl_cli_spaces.vtc b/reg-tests/http-rules/acl_cli_spaces.vtc index a554977486..334133d919 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}"