From 6e4cac26ffc3781a3e04f7516a127930024aef7f Mon Sep 17 00:00:00 2001 From: Nicolas Vollmar Date: Wed, 7 Aug 2024 09:46:26 +0200 Subject: T6539: Add documentation for reverse proxy logging configuration (cherry picked from commit d624058e258ec0f7a77f7a3990b7fffb18a43ea1) --- docs/configuration/loadbalancing/reverse-proxy.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/configuration/loadbalancing/reverse-proxy.rst b/docs/configuration/loadbalancing/reverse-proxy.rst index 9cb49a7f..32be85c8 100644 --- a/docs/configuration/loadbalancing/reverse-proxy.rst +++ b/docs/configuration/loadbalancing/reverse-proxy.rst @@ -50,6 +50,13 @@ Service Set custom HTTP headers to be included in all responses +.. cfgcmd:: set load-balancing reverse-proxy service logging facility + level + + Specify facility and level for logging. + For an explanation on :ref:`syslog_facilities` and :ref:`syslog_severity_level` + see tables in syslog configuration section. + Rules ^^^^^ @@ -160,6 +167,13 @@ Backend Set custom HTTP headers to be included in all responses using the backend +.. cfgcmd:: set load-balancing reverse-proxy backend logging facility + level + + Specify facility and level for logging. + For an explanation on :ref:`syslog_facilities` and :ref:`syslog_severity_level` + see tables in syslog configuration section. + Global ------- @@ -181,6 +195,12 @@ Global parameters Specify the minimum required TLS version 1.2 or 1.3 +.. cfgcmd:: set load-balancing reverse-proxy global-parameters logging + facility level + + Specify facility and level for logging. + For an explanation on :ref:`syslog_facilities` and :ref:`syslog_severity_level` + see tables in syslog configuration section. Health checks ============= -- cgit v1.2.3