]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTESTS: acl_cli_spaces: avoid a warning caused by undefined logs
authorWilly Tarreau <w@1wt.eu>
Fri, 24 May 2024 15:50:19 +0000 (17:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 24 May 2024 15:50:19 +0000 (17:50 +0200)
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

index a5549774863db7e8c8475b09b8ff1fa935686696..334133d919f6b909041e90cf302a36ce33515aad 100644 (file)
@@ -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}"