mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-24 14:33:16 +00:00
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:
parent
0af9bfcbc5
commit
45a187304e
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user