From 524695c2c5b0b77b304526d3e8cd9e46a8797085 Mon Sep 17 00:00:00 2001 From: HAProxy Community Date: Thu, 26 Oct 2023 00:36:01 +0000 Subject: [PATCH] Update docs for dev --- docs/dev/configuration.html | 30 ++++++++++++++++++++++++++---- docs/dev/intro.html | 8 ++++---- docs/dev/management.html | 8 ++++---- 3 files changed, 34 insertions(+), 12 deletions(-) diff --git a/docs/dev/configuration.html b/docs/dev/configuration.html index e27ca404..68d8a64b 100644 --- a/docs/dev/configuration.html +++ b/docs/dev/configuration.html @@ -2,7 +2,7 @@ - HAProxy version 2.9-dev8-2 - Configuration Manual + HAProxy version 2.9-dev8-15 - Configuration Manual @@ -4100,6 +4100,10 @@ tune.lua.forced-yield + tune.lua.log.loggers + + tune.lua.log.stderr + tune.lua.maxmem tune.lua.service-timeout @@ -4349,7 +4353,7 @@ You can use left and right arrow keys to navigate between chapters.

- Converted with haproxy-dconv v0.4.2-12 on 2023/10/20 + Converted with haproxy-dconv v0.4.2-12 on 2023/10/25

@@ -4360,7 +4364,7 @@

Configuration Manual

-

version 2.9-dev8-2

+

version 2.9-dev8-15

2023/10/20
@@ -6539,6 +6543,8 @@

2.7.< - tune.lua.service-timeout - tune.lua.session-timeout - tune.lua.task-timeout + - tune.lua.log.loggers + - tune.lua.log.stderr - tune.max-checks-per-thread - tune.maxaccept - tune.maxpollevents @@ -8214,6 +8220,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 'auto'.
 
Sets the number of active checks per thread above which a thread will
 actively try to search a less loaded thread to run the health check, or
 queue it until the number of active checks running on it diminishes. The
@@ -28087,7 +28109,7 @@ 

11

- HAProxy 2.9-dev8-2 – Configuration Manual
+ HAProxy 2.9-dev8-15 – Configuration Manual
, 2023/10/20

diff --git a/docs/dev/intro.html b/docs/dev/intro.html index 39d090a8..865cd1b3 100644 --- a/docs/dev/intro.html +++ b/docs/dev/intro.html @@ -2,7 +2,7 @@ - HAProxy version 2.9-dev8-2 - Starter Guide + HAProxy version 2.9-dev8-15 - 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/10/20 + Converted with haproxy-dconv v0.4.2-12 on 2023/10/25

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

Starter Guide

-

version 2.9-dev8-2

+

version 2.9-dev8-15


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

4.4.<

- HAProxy 2.9-dev8-2 – Starter Guide
+ HAProxy 2.9-dev8-15 – Starter Guide
,

diff --git a/docs/dev/management.html b/docs/dev/management.html index e4f20c6a..6c7fa23a 100644 --- a/docs/dev/management.html +++ b/docs/dev/management.html @@ -2,7 +2,7 @@ - HAProxy version 2.9-dev8-2 - Management Guide + HAProxy version 2.9-dev8-15 - 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/10/20 + Converted with haproxy-dconv v0.4.2-12 on 2023/10/25

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

Management Guide

-

version 2.9-dev8-2

+

version 2.9-dev8-15


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


- HAProxy 2.9-dev8-2 – Management Guide
+ HAProxy 2.9-dev8-15 – Management Guide
,