haproxy/reg-tests/log
Aurelien DARRAGON b61147fd2a MEDIUM: log/balance: merge tcp/http algo with log ones
"log-balance" directive was recently introduced to configure the
balancing algorithm to use when in a log backend. However, it is
confusing and it causes issues when used in default section.

In this patch, we take another approach: first we remove the
"log-balance" directive, and instead we rely on existing "balance"
directive to configure log load balancing in log backend.

Some algorithms such as roundrobin can be used as-is in a log backend,
and for log-only algorithms, they are implemented as "log-$name" inside
the "backend" directive.

The documentation was updated accordingly.
2023-11-18 11:16:21 +01:00
..
last_rule.vtc REGTESTS: log: Reduce again response inspect-delay for last_rule.vtc 2023-05-17 11:12:25 +02:00
load_balancing.vtc REGTESTS: Remove REQUIRE_VERSION=2.0 from all tests 2023-01-05 09:11:38 +01:00
log_backend.vtc MEDIUM: log/balance: merge tcp/http algo with log ones 2023-11-18 11:16:21 +01:00
log_forward.vtc REGTESTS: log: test the log-forward feature 2022-09-13 11:04:24 +02:00
log_uri.vtc REGTESTS: fix the race conditions in log_uri.vtc 2023-04-14 12:13:09 +02:00
wrong_ip_port_logging.vtc