Since commit 0f99e3497, loggers are not limited to 2 instances anymore. --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/configuration.txt b/doc/configuration.txt index d6f8b8d38..c2e44354d 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -818,7 +818,7 @@ group <group name> See also "gid" and "user". log <address> [len <length>] [format <format>] <facility> [max level [min level]] - Adds a global syslog server. Up to two global servers can be defined. They + Adds a global syslog server. Several global servers can be defined. They will receive logs for starts and exits, as well as all logs from proxies configured with "log global". -- 2.11.0

