From 3e9548777e72ffc60a029d54673fd21c7178aec8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Cyril=20Bont=C3=A9?= Date: Tue, 20 Mar 2018 23:30:27 +0100 Subject: [PATCH] DOC: log: more than 2 log servers are allowed 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 d6f8b8d..c2e4435 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -818,7 +818,7 @@ group See also "gid" and "user". log
[len ] [format ] [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". -- 1.7.10.4