From 3d46a996a837d031ec925137aaa340b6f379d0e7 Mon Sep 17 00:00:00 2001 From: HAProxy Community Date: Fri, 10 Nov 2023 00:37:28 +0000 Subject: [PATCH] Update docs for 2.8 --- docs/2.8/configuration.html | 30 ++++++++++++++++++++++++++---- docs/2.8/intro.html | 8 ++++---- docs/2.8/management.html | 8 ++++---- 3 files changed, 34 insertions(+), 12 deletions(-) diff --git a/docs/2.8/configuration.html b/docs/2.8/configuration.html index 83ea4f3c..308d79dd 100644 --- a/docs/2.8/configuration.html +++ b/docs/2.8/configuration.html @@ -2,7 +2,7 @@ - HAProxy version 2.8.3-70 - Configuration Manual + HAProxy version 2.8.3-103 - Configuration Manual @@ -4034,6 +4034,10 @@ tune.lua.forced-yield + tune.lua.log.loggers + + tune.lua.log.stderr + tune.lua.maxmem tune.lua.service-timeout @@ -4263,7 +4267,7 @@ You can use left and right arrow keys to navigate between chapters.

- Converted with haproxy-dconv v0.4.2-12 on 2023/09/21 + Converted with haproxy-dconv v0.4.2-12 on 2023/11/09

@@ -4274,7 +4278,7 @@

Configuration Manual

-

version 2.8.3-70

+

version 2.8.3-103

2023/09/07
@@ -6449,6 +6453,8 @@

2.7.< - tune.lua.service-timeout - tune.lua.session-timeout - tune.lua.task-timeout + - tune.lua.log.loggers + - tune.lua.log.stderr - tune.maxaccept - tune.maxpollevents - tune.maxrewrite @@ -8212,6 +8218,22 @@

3.2.< dedicated to the tasks. By default, this timeout isn't set because a task may remain alive during of the lifetime of HAProxy. For example, a task used to check servers. +
Enables ('on') or disables ('off') logging the output of LUA scripts via the
+loggers applicable to the current proxy, if any.
+
+Defaults to 'on'.
+
tune.lua.log.stderr { on | auto | off }
Enables ('on') or disables ('off') logging the output of LUA scripts via
+stderr.
+When set to 'auto', logging via stderr is conditionally 'on' if any of:
+
+  - tune.lua.log.loggers is set to 'off'
+  - the script is executed in a non-proxy context with no global logger
+  - the script is executed in a proxy context with no logger attached
+
+Please note that, when enabled, this logging is in addition to the logging
+configured via tune.lua.log.loggers.
+
+Defaults to 'on'.
 
Sets the maximum number of consecutive connections a process may accept in a
 row before switching to other work. In single process mode, higher numbers
 used to give better performance at high connection rates, though this is not
@@ -27491,7 +27513,7 @@ 

11

- HAProxy 2.8.3-70 – Configuration Manual
+ HAProxy 2.8.3-103 – Configuration Manual
, 2023/09/07

diff --git a/docs/2.8/intro.html b/docs/2.8/intro.html index 9390c115..459fce0a 100644 --- a/docs/2.8/intro.html +++ b/docs/2.8/intro.html @@ -2,7 +2,7 @@ - HAProxy version 2.8.3-70 - Starter Guide + HAProxy version 2.8.3-103 - Starter Guide @@ -484,7 +484,7 @@ You can use left and right arrow keys to navigate between chapters.

- Converted with haproxy-dconv v0.4.2-12 on 2023/09/21 + Converted with haproxy-dconv v0.4.2-12 on 2023/11/09

@@ -495,7 +495,7 @@

Starter Guide

-

version 2.8.3-70

+

version 2.8.3-103


@@ -2515,7 +2515,7 @@

4.4.<

- HAProxy 2.8.3-70 – Starter Guide
+ HAProxy 2.8.3-103 – Starter Guide
,

diff --git a/docs/2.8/management.html b/docs/2.8/management.html index 4a9968c8..09afa7e5 100644 --- a/docs/2.8/management.html +++ b/docs/2.8/management.html @@ -2,7 +2,7 @@ - HAProxy version 2.8.3-70 - Management Guide + HAProxy version 2.8.3-103 - Management Guide @@ -610,7 +610,7 @@ You can use left and right arrow keys to navigate between chapters.

- Converted with haproxy-dconv v0.4.2-12 on 2023/09/21 + Converted with haproxy-dconv v0.4.2-12 on 2023/11/09

@@ -621,7 +621,7 @@

Management Guide

-

version 2.8.3-70

+

version 2.8.3-103


@@ -4955,7 +4955,7 @@


- HAProxy 2.8.3-70 – Management Guide
+ HAProxy 2.8.3-103 – Management Guide
,