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.
This commit is contained in:
Willy Tarreau 2024-05-24 17:50:19 +02:00
parent 0af9bfcbc5
commit 45a187304e

View 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}"